@charset "utf-8";
@import url("by.css");
/* CSS Document */
html, body {
	background-color:#000;
}
body {
	color:#fff;
	background:url(../images/bj.jpg) center top no-repeat;
}
a {
	color:#676767;
}
strong {
	font-size:13px;
	line-height:13px;
}
#root {
	width:1003px;
	text-align:left;
	position:relative;
}

#root #head {
	height:140px;
	overflow:hidden;
	position:relative;
 
}
#root #head #logo {
	position:absolute;
	top:38px;
	left:62px;
}
#root #navis {
	width:889px;
	position:absolute;
	top:140px;
	left:47px;
	
}
 
#root #navis ul li {
	position:absolute;
	top:0px;
	text-align:center;
}
#root #navis ul li a {
	display:block;
}
#foot {
	margin-top:86px;
	padding-top:5px;
	height:93px;
	width:961px;
	color:#7c7c7c;
	background:url(../images/foot_bj.jpg) no-repeat;
}
#foot p {
	margin-top:5px;
}

