@charset "utf-8";
/* CSS Document */

body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background: #000}
#centered_div { width: 900px; height: 550px;position: absolute;left: 50%; top: 50%;margin-top: -275px; margin-left: -450px; background: #000; border: 1px solid #333}
#content {	width: 900px;	margin: 0px auto;	text-align:center } 
#content p { font-size: 11px; color: #181818 }
#content a:link, #content a:visited, #content a:active { color:#333 }
#content a:hover { color: #333 }

#main	{ height: 575px; width: 900px;}

#innerHeader {	width: 900px; height: 152px; background: #0F3} 
#innerImagebar {	width: 900px; height: 140px; background: #F30} 
#innerContent {	width: 900px; height: 238px; background: #3FF} 
#innerFooter {	width: 900px; height: 20px; background: #F30} 


