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

    .sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-header {
    background-color: #ffffff;
            background-color: rgba(255,255,255, 0.54);
    }
    .sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-left {
    background-color: #e7e7e7;
            background-color: rgba(231,231,231, 0.54);
    }
    .sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-right {
    background-color: #e7e7e7;
            background-color: rgba(231,231,231, 0.54);
    }
