div#banner { 
       position: absolute; 
       top: 0; 
       left: 0; 
       background-image: url("TitleBar.png");
       width: 1980px; 
       height: 256px;
     }
div#banner-content { 
	width: 800px; 
	margin: 0 auto; 
	padding: 256px; 
     }
     
div#main-content { 
	padding-top: 256px;
    }

html, body {
    height:1600px;
} 

body { 
    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: 0px 256px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}