@charset "UTF-8";
/*==============================================================================
 Global ref. styles CSS
 
 @author bruce <response . write at gmail . com>
==============================================================================*/

@import url(html.css);
@import url(layout.css);
@import url(content.css);
@import url(dbuger.css);

#pg {
	clear: both;
	width:62.5em;
	margin:0 auto;
	text-align:left;
	font-size:1em;
	background-color:#F3F3F3;
	
}

#footer {
	clear:both;
	height:2em;
	clear: both;
	width:62.5em;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:1em;
	background:url(../images/footer-pg-bg.jpg) top center no-repeat; 
}

#container {
	clear:both;
	float:left;
	margin:0 0.73em;
	padding:0 1.1em;
	width:58.85em;
	background-color:#01184a;
}