html body {
       background-image: none; 
    } 

html body div#footer-bottom {
       background-image: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); 
    } 

html body div#main-content {
       background-image: none; 
    } 

html body div#top-header {
       background-image: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); 
    } 

html body footer#main-footer {
       background-color: rgba(0, 0, 0,0.56); 
       background-image: none; 
    } 

html body header#main-header {
       background-attachment: fixed; 
       background-image: none; 
    } 

