body{	
	background-image:url(../images/new/bodyBj.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#TopBanner{
	width:980px;
	height:200px;
	margin:auto;
	overflow:hidden;
}
#MainMenu{
	width:980px;
	height:46px;
	margin:auto;
	background-image:url(../images/new/MainMenuBj.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#MainMenu ul{
	width:900px;
	float:left;
	padding:0px 40px;
	z-index:999;
	position:relative;
}
#MainMenu ul li{
	width:110px;
	height:46px;
	line-height:46px;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:18px;
	margin-left:20px;
	margin-right:20px;
	display:inline;
}
#MainMenu ul li a{
	color:#fff;
	font-family:ºÚÌå;
	display:block;
}
#MainMenu ul li a:hover{
	color:#06F;
}
#MainMenu ul li ul{
		width:auto;
		overflow:hidden;
		margin:0px;
		padding:0px;
		display:none;
		z-index:9999;
		background-color:#fe8d00;

}
#MainMenu ul li:hover ul{
		display:block;
}
#MainMenu ul li ul li,#MainMenu ul li:hover ul li{
		width:100%;
		*width:100px;
		height:20px;
		line-height:20px;
		display:block;
		font-size:14px;
		font-weight:normal;
		margin:0px;
		padding:0px;
		z-index:9999;
		background-color:#fe8d00;
}

#MidBody{
	width:980px;
	margin:auto;
	overflow:hidden;
}

#FriendLink{
	width:980px;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
}
#FriendLink .top{
	width:980px;
	height:28px;
	float:left;
	overflow:hidden;
	background-image:url(../images/new/flinkTop.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#FriendLink .center{
	width:940px;
	float:left;
	overflow:hidden;
	padding:10px 20px;
	background-image:url(../images/new/flinkCenter.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#FriendLink .center img{
	border:none;
}
#FriendLink .down{
	width:980px;
	height:15px;
	float:left;
	overflow:hidden;
	background-image:url(../images/new/flinkDown.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


#CopyRight{
	width:100%;
	min-width:980px;
	float:left;
	overflow:hidden;
	padding-bottom:200px;
	background-image:url(../images/new/copyRightBj.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
