@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
font:12px Arial,宋体;
text-align:center;
display:inline;
}
ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav{
	float:left;
	width:100%;
	height:10px;
	overflow:hidden;
}
A
{
	text-decoration:none;
	color:#333;
}
A:hover
{
	text-decoration:underline;
	color:#ef4a00;
}
#footer
{
	float:left;
	width:100%;
	height:100px;
	background:#CCC;
}
#footer .footercontent
{
	width:960px;
	height:100px;
	font-size:13px;
	text-align:center;
}
