@media all {

	* { margin: 0; padding: 0; }
	body { background-color: #fff; }
	img { border: none; }
	a { color: #333; }
	a:hover { color: #f90; }
	
	div#container { position: absolute; left: 50%; width: 800px; margin-left: -400px; }
	
		ul#home_nav { position: absolute; left: 75px; top: 258px; list-style: none; }
			ul#home_nav li { display: inline; }
			
		img#home_attention { position: absolute; left: 50%; margin-left: -479px; top: 65px; }
	
		div#footer { position: relative; width: 800px; height: 45px; background: #fff url(/images/footer.gif) no-repeat 0 20px; }

}