﻿#logo{
	width:1004px;
	height:133px;
	background-image:url('../images/header/header.png');
}
#navigator{
	width:670px;
	padding-left:334px;
	height:37px;
	background-image:url('../images/header/navigator_ground.png');
}
#navigator a{
	height:37px;
	width:90px;
	display:block;
	text-align:center;
	line-height:37px;
	/*color:#727272;*/
	color:#000000;
	text-decoration:none;
	font-family:微软雅黑;
	float:left;
	position:relative;
	margin-right:10px;
}
#navigator a:hover{
	color: #ffffff;
	background-image:url('../images/header/navigator_button_over.png');
}
#poster{
	width:1004px;
	height:223px;
	background-image:url('../images/header/top_poster.png');
}
