/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-image: url(https://photos.smugmug.com/photos/i-qxn4djR/0/8c970a30/O/i-qxn4djR.png);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}

.sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-center {
    background-color: #d8d8d8;
            background-color: rgba(216,216,216, 0.48);
    }
