@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: 32px; top: 258px; list-style: none; }
			ul#home_nav li { display: inline; }
		
		.social { position: relative; width: 175px; height: 24px; margin-top: 11px; margin-left: 625px; }
			.social img { position: relative; float: left; }
			.social a { display: block; position: relative; float: left; width: 24px; height: 24px; margin-left: 4px; }
			
		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; }

}
