body{
	margin:0;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
	background:#2a2a2a url(../images/bg-body.png) repeat-x 50% 0;
	min-width:1000px;
}
img{
	border-style:none;
	vertical-align:top;
}
*{outline:none;}
a{
	text-decoration:underline;
	color:#e1a513;
	cursor:pointer;
}
a:hover{text-decoration:none;}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-t.jpg) no-repeat 50% 0;
}
.w1{margin:0 -4px;}
.w2{
	width:1000px;
	background:url(../images/bg-b.jpg) no-repeat 0 331px;
	margin:0 auto;
	padding:0 4px;
}
.main{
	width:100%;
	overflow:hidden;
	height:662px;
	position:relative;
}
.logo{
	width:428px;
	height:178px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:68px;
	left:228px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan,
.top-text{
	display:none;
}
.main .link{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:128px;
	height:120px;
	top:170px;
	right:30px;
}
.main .join{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	width:390px;
	height:180px;
	top:390px;
	left:0;
}
.footer{
	width:100%;
	overflow:hidden;
	padding:7px 0 50px;
}
.menu{
	width:100%;
	overflow:hidden;
}
.menu li{
	float:left;
}
.menu a{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
.menu a.link01{
	width:318px;
	height:74px;
	background:url(../images/btn01.png) no-repeat -5px 0;
	margin-top:6px;
}
.menu a.link02{
	width:434px;
	height:95px;
	background:url(../images/btn02.png) no-repeat;
}
.menu a.link03{
	width:243px;
	height:75px;
	background:url(../images/btn03.png) no-repeat 5px 0;
	margin-top:6px;
}
.nav{
	font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	overflow:hidden;
	text-align:center;
	word-spacing:-.25em;
	letter-spacing:-.25em;
	text-transform:uppercase;
	margin-top:3px;
}
.nav li{
	display:inline;
	word-spacing:0;
	letter-spacing:0;
	padding:0 16px 0 17px;
	background:url(../images/seporator.gif) no-repeat 0 50%;
}
.nav li:first-child{
	background:none;
}