@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/site_bg.jpg);
	background-position:top;
}
#mainDiv{
	width:952px;
	margin:0 auto;
	padding-top:11px;
}
#header{
	text-align:center;
	background:url(../images/head_menu.jpg);
	width:935px;
	height:90px;
	margin-left:9px;
}
#centerDiv{
	background:url(../images/maindiv_bg.jpg);
	background-repeat:repeat-y;
}
#headMenu{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:54px;
}
#headMenu li{
	display:inline;
	list-style:none;
	width:92px;
	margin:0 auto;
}