/************************
 * Color Background *****
************************/
html.sm-user-ui  {
        background-image: url(https://photos.smugmug.com/photos/i-v924LB2/4/M4q7NXDL4v3cB2DXHnhX8bbqqpf2W4CBXQxGGwLCd/O/i-v924LB2.png);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

    .sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-left {
    background-color: #1b1b1b;
    }
    .sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-right {
    background-color: #1b1b1b;
    }
