html{
	background:#000 url(../images/bg-html.png) repeat-y 50% 0;
	height:100%;
}
body{
	margin:0;
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg) no-repeat 50% 0;
	position:relative;
	min-height:100%;
	min-width:1201px;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
ul{
	margin:0;	padding:0;	list-style:none;
}
.wrapper{
	width:1201px;
	margin:0 auto;
}
.header{
	width:100%;
	height:394px;
	overflow:hidden;
	position:relative;
	margin-bottom:-8px;
}
.logo{
	width:208px;
	height:208px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:15px;
	left:281px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	position:absolute;
	top:276px;
	right:230px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/slogan.png) no-repeat;
	width:450px;
	height:121px;
}
.main{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin-bottom:21px;
}
.list{
	width:1124px;
	height:259px;
	overflow:hidden;
	background:url(../images/bg-list.png) no-repeat;
	padding-left:14px;
	margin:0 0 26px 42px;
}
.list li{
	float:left;
	padding:18px 5px 0 0;
}
.list a{
	display:block;
	width:180px;
	height:240px;
	overflow:hidden;
	position:relative;
}
.btn{
	display:block;
	margin:0 0 16px 82px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn.png) no-repeat;
	width:1047px;
	height:124px;
}
.ad-list{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:21px;
}
.ad{
	display:inline-block;
	margin:0 25px;
	width:250px;
	height:200px;
	overflow:hidden;
	padding:9px;
	background:url(../images/ad.png) no-repeat;
}
* html .ad{display:inline;}
* +html .ad{display:inline;}
.text-join{
	margin:0;
	width:969px;
	height:56px;
	background:url(../images/text-join.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 auto;
}
.text-join a{
	display:block;
	height:100%;
	position:relative;
}
.footer{
	width:100%;
	overflow:hidden;
	text-align:center;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:40px;
}
.footer p{margin:0;}