a{
	text-decoration: none;
}
body{
	font-size: 0;
}
.line{
	width:98%;
	margin:auto;
	height:1px;
	background-color:#f5f4ba;
}
#wrapper {
	width:98%;
	margin:4px auto;
}
#top{
	width:100%;
	background:url("/images/banner.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:16px;
}
#logo{
	width:100%;
	text-align: center;
	margin: 5px auto;
}
#logo img{
	width:12%;
}
#menu {
	width: 100%;
}
#menu>ul{
	width:76%;
	margin:auto;
	font-size: 0;
}
#menu>ul>li {
	float:left;
	width:24%;
	text-align: center;
}
#menu>ul>li>a{
	color:#f5f4ba;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:16px;
	letter-spacing: 3px;
}
#copyright{
	padding:10px 0;
	text-align: center;
	position: relative;
	clear:both;
	color:#999999;
	font-family: 'Nova Square', cursive;
	font-weight: bold;
	display: block;
	margin-top:10%;
}
#content{
	width:65%;
	margin:5px auto;
	box-shadow: 2px 0px 5px 0px #999999, -2px 0px 5px 0px #999999;	
}
#banner{
	width: 100%;
	margin: auto;
	height: 86px;
	margin-bottom: 4px;
}
#banner_left{
	padding-top:15px;
	background-color: #414e6e;
	width: 63%;
	height: 86px;
	float: left;
}
#banner_left a img{
	margin-left:1.2%;
	margin-top:50px;
}
#banner_right{
	padding-top:15px;
	width:37%;
	background:url("/images/promotion/promotion.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	height: 86px;
	float: right;
}