@charset "utf-8";
body{
	font-size:14px;
	margin:0px;
	font-family:"微软雅黑","黑体";
}
#top{
	margin:auto;
	height:60px;
	background-color:#393d49;
	}
#topmid{
	margin:auto;
    width:1000px;
	height:60px;
}
#logo{
	width:280px;
	height:60px;
	text-align:center;
	color:#999;
	font-family:微软雅黑,黑体;
	font-size:30px;
	line-height:60px;
	float:left;
	margin-right:200px;
}
#menu{
    width:auto;
	height:60px;
	line-height:60px;	
}
a:link{
	color:#666;
}
#menu a:link{
display:block;
float:left;
width:100px;
height:28px;
background-color:#66C;
font-size:15px;
text-align:center;
line-height:28px;
color:#FFFFFF;
font-family:"微软雅黑","黑体";
TEXT-DECORATION: none;
margin-top:15px;
}
#menu a:hover{
	background-color:#CC6;
}
#menu a:visited{
	color:#fff;
}





#main{
	margin:auto;
	width:1400px;
	min-height:900px;
}









#bottom{
	margin:auto;
	height:40px;
	background-color:#393d49;
	text-align:center;
	color:#FFF;	
	padding:10px;
}

