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

.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-footer {
    background-color: #050505;
            background-color: rgba(5,5,5, 0);
    }
