@media all {

	* { margin: 0; padding: 0; }
	body { background-color: #fff; color: #333; font: 11px/16px Verdana, Arial, Helvetica, sans-serif; }
	img { border: none; }
	p { margin-bottom: 16px; }
	a { color: #333; }
	a:hover { color: #f90; }
	
	div#container { position: absolute; left: 50%; width: 800px; margin-left: -400px; }
	
		ul#nav { position: relative; float: left; left: 29px; top: 0; width: 315px; height: 16px; padding-top: 15px; background-color: #f90; list-style: none; }
			ul#nav li { display: inline; }
			
		#contact-header { position:absolute; left:0px; top:31px; width:519px; height:129px; z-index:1; }
		#contact-pic { position:absolute; left:575px; top:0px; width:225; height:304; z-index:2; }
		#contact-txt { position:absolute; left:29px; top:160px; width:444px; z-index:3; }
		#contact-streamer { position:absolute; left:29px; top:339px; width:345px; height:137px; z-index:4; border: 1px solid; border-color: #0cf; padding-left: 10px; color: #0cf; }
		#contact-streamer a { color: #f90; }
		#contact-streamer a:hover { text-decoration: none; }
	
		div#footer { position: absolute; top: 450px; left: 0; width: 800px; height: 65px; background: #fff url(/images/footer.gif) no-repeat 0 40px; }

}