* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	background:#e6f0f9;
}
body {
	color:#666;
	min-width:940px;
	min-height:100%;
	font:12px/14px Arial, Helvetica, sans-serif;
	position:relative;
	background:#fff9e3 url(../images/bg-body.png) repeat-y 50% 0;
}
* html body {
	height:100%;
}
a {
	color:#0097d1;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
a *{
	cursor:pointer;
}
img {
	border: none;
	vertical-align:bottom;
}
ul {
	list-style:none;
}
p{
	margin:0;
	padding-bottom:14px;
}
.header{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main.jpg) no-repeat 50% 0;
}
.header .inner{
	width:980px;
	position:relative;
	margin:0 auto;
	height:660px;
	overflow:hidden;
}
.logo{
	position:absolute;
	left:88px;
	top:32px;
	z-index:999;
}
.logo a{
	display:block;
	width:632px;
	height:140px;
	overflow:hidden;
	text-indent:-9999px;
}
.txt-welcome{
	position:absolute;
	left:342px;
	top:227px;
	width:362px;
	height:180px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/txt-welcome.png) no-repeat;
}
.content{
	width:940px;
	min-height:721px;
	margin:0 auto;
	background:url(../images/bg-grad.png) no-repeat;
	position:relative;
	z-index:9;
}
.join-now{
	position:absolute;
	left:-90px;
	top:-15px;
	z-index:0;
	width:274px;
	height:232px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/join-now.png) no-repeat;
}
.wrap-thumbs{
	width:830px;
	overflow:hidden;
}
.header .wrap-thumbs{
	position:absolute; 
	left:18px;
	top:431px;
}
.content .wrap-thumbs{
	margin:0 0 0 106px;
}
.wrap-thumbs .thumb{
	float:left;
	width:281px;
	height:219px;
	overflow:hidden;
	background:url(../images/th-frame.png) no-repeat;
	position:relative;
	z-index:1;
	margin-right:-12px;
}
.wrap-thumbs .thumb a{
	display:block;
	width:265px;
	height:200px;
	overflow:hidden;
	margin:18px 0 0 14px;
}
.button-click{
	display:block;
	width:921px;
	height:100px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/button.jpg) no-repeat;
	margin:22px 0 0 6px;
}
.button-click:hover{
	background-position:0 -105px;
}
.btm-thumbs{
	width:820px;
	overflow:hidden;
	margin:20px 0 0 65px;
	padding-bottom:30px;
}
.btm-thumbs li{
	float:left;
	width:268px;
	height:218px;
	overflow:hidden;
	background:url(../images/th-frame1.png) no-repeat;
	margin:4px 4px 0 0;
}
.btm-thumbs li a{
	width:250px;
	height:200px;
	display:block;
	margin:9px 0 0 9px;
}
.button-join{
	display:block;
	width:808px;
	height:47px;
	overflow:hidden;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/btn-join.jpg) no-repeat;
}
.footer{
	font-size:11px;
	color:#000;
	text-align:center;
	padding:29px 0 20px;
}