
		
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#top {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: fixed;
			top: 0;
			left: 0;
			
			
			/* These have no effect on the functionality */
			width: 100%;
			margin: 0px;
			background: #fff;
			padding: 0px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;}

		
		    div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 100%;
			margin: 0 auto;
			background: #fff;
			padding: 0px;
			font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 11pt;
			line-height: 14pt;
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity: 0.9;
			opacity:0.9;
		}
        
        div#content2 {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 700px;
			margin: 0 auto;
			background: #fff;
			padding: 0px;
			font-family: helvetica, arial, sans-serif;
			font-size: 11pt;
			line-height: 16pt;
			filter:alpha(opacity=95);
			-moz-opacity:0.85;
			-khtml-opacity: 0.85;
			opacity:0.85;
		}
        
           div#content3 {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 600px;
			margin: 0 auto;
			background: #fff;
			padding: 0px;
			font-family: helvetica, arial, sans-serif;
			font-size: 11pt;
			line-height: 16pt;
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity: 0.9;
			opacity:0.9;
		}
		
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			padding: 0px 0 0 0;
		}
        
          div#wix {
			
			width: 900px;
            height: 800px;
			margin: 0 auto;
            border: 2px;
			
		}
        
        
        
        
	</style>
