@charset "utf-8";
/* CSS Document */

body, html, head{	
	margin:0px;
	height:100.01%;
	width:100%;
	
	background-color:#EAECF2;
	background-image:url(../../img/site_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#site{
	width:100%;
		
	background-image:url(../../img/site_bg-cont.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#site_bg-topo{
	height:21px;
	
	background-image:url(../../img/site_bg-topo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#site_topo{
}
#site_cont{
	min-height:400px;
	height:auto;
  _height:400px;
	width:760;
	
	overflow:hidden;
	_overflow:visible;
	
	background-color:#fff;	
}
#site_base {
	height:30px;
	width:760px;
	
	background-image:url(../../img/site_base.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	line-height:30px;
	font-size:10px;
}
#site_bg-base{
	height:21px;
	
	background-image:url(../../img/site_bg-base.jpg);
	background-position:center;
	background-repeat:no-repeat;
}