@charset "utf-8";

body {
	background:url(../images/body-bg.gif) repeat-x #E5E5E5;
	text-align: center;
	font-size: 14px;	
}
a:link, a:visited {
	color: #FF6600;
}

.btn,
.header-bottom,
.process li,
.process li a,
#footer .copyright1  {
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: -915px -50px;
	float:left;
}

.copyright1  {
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: -915px -50px;
	float:left;
	width:100px;
	height:59px;
}

.btn {
	display: block;
	width: 106px;
	height: 35px;
	line-height: 35px;
	
	background-position: -807px 0;
	text-align: center;
	letter-spacing: 0.5em;
	color: #FFFFFF !important; 
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.warp-body {
	background:url(../images/body-bg2.gif) repeat-x bottom;
}
#header {
	height: 224px;
}
#footer {
	height: 100px;
	clear: both;
	/**/
	background:url(../images/body-bg2.gif) repeat-x;
}
#footer .game-tips {
	display: block;
	/**/
	font-size: 12px;
}
#footer .copyright {
	padding: 10px 0 0 0px;
	margin-top: 5px;
	float:left;
	/**/
	
}
#mainbody {
	margin:0 auto;
	width: 800px;
	/**/	
	text-align: left;
	background:url(../images/body-bg.gif) repeat-x #FFF;
}
#content {
	padding: 50px 20px 100px;;
}
.header-top {
	padding: 14px 0;
	height: 72px;
}
.logo {
	padding-left: 20px;
}
.banner {
	margin-left: 100px;
}
.top-menu {
	float: right;
	width: 100px;	
	/**/
	text-align:right;
}
.top-menu {
	padding: 10px 20px 0 0;
}
.header-bottom {
	height: 104px;
	padding-left: 200px;
	margin-top: 20px;
	/**/			
	background-position: -826px -264px;

}
.process li {
	float: left;
	height: 100px;
	width: 134px;
	padding-right: 20px;
	/**/
	background-position: 134px -290px;
}
.process li.last {
	padding-right: 0;
	background: none;
}
.process li a {
	display:block;
	width: 134px;
	height: 80px;
	/**/
	text-indent: -9999px;
}
.process li.step1 a {
	background-position: -288px -80px;
}
.process li.step2 a {
	background-position: -422px -80px;
}
.process li.step3 a{
	background-position: -556px -80px;
}
.process li.last a{
	background-position: -690px -80px;
	width: 114px;
}