@charset "utf-8";
body{
	padding:0;
	margin:0;
	font-family:"宋体", Arial, Helvetica, sans-serif;
	background:#000000;
	font-size:12px;
}
#main{
	width:1000px;
	margin:0 auto;
}
#navTop{
	float:left;
	width:1000px;
	height:80px;
}
#spliterTop{
	float:left;
	width:1000px;
	height:11px;
	background:url(../images/bg_lace_top.jpg) repeat-x;
}
#mainConsole{
	float:left;
	width:1000px;
}
#spliterBottom{
	float:left;
	width:1000px;
	height:11px;
	background:url(../images/bg_lace_bottom.jpg) repeat-x;
}
#footer{
	float:left;
	width:1000px;
	line-height:56px;
	text-align:center;
	background:url(../images/bg_footer.jpg) no-repeat;
	color:#77524A;
}
