@CHARSET "UTF-8";

body { background-color: #02012a; background-image: url(../img/background.png); background-repeat: repeat-x; }

#root { width: 808px; margin: 30px auto; position: relative; }
	#page { }
		#pg_sep_l {}
		#nav_l    { float: left; width: 250px; height: 670px; background: url(../img/navigation_logo.png) no-repeat; }
			#nav_l-content { margin-top: 180px; width: 250px; }
		#pg_sep_m {}
		#area-content  { float: left; width: 537px; }
			#nav_t { width: 537px; height: 72px; }
			#main-content { padding: 0 10px; }
			#main-content img { max-width: 537px !important; }
		#pg_sep_r {}
	#foot { width: 808px; height: 57px; background: url(../img/page_foot.png); }
	
	.pg_sep { width: 7px; height: 670px; float: left; background: url(../img/box_separator.png) no-repeat; }
