@charset "utf-8";

a, div, .nospace {
    border: 0 none;
    margin: 0;
    padding: 0;
}

body {
	background-color:#D1C0A6;
	text-align: center;
	font-size: 14px;
	margin: 0px auto;
}

.viewbody{
	background-color:#FFFFFF;
	width: 834px;
	margin: 0px auto;
	min-width: 834px;
	//min-height: 834px;
}

.header{
}

.header-top{
	height:87px;
}

.logo {
	float:left;
	width:180px;
	text-align: center;
}

.banner {
	float:left;
}

.join_space{
	float:left;
	width:10px;
}

.join  {
	float:left;
	text-align: center;
}

.btn {
    background-image: url(../images/anniu.jpg);
    width:112px;
	height:41px;
	text-align: center;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 0.5em;
}

:link, *:visited, ins {
    text-decoration: none;
}

.join_in,.join_set {
}

.top-line {
	background-image: url(../images/top-line.jpg);
	background-repeat: repeat-x;
	height:13px;
}

.header-bottom{
}

.header-bottom-paylogo-space,.header-bottom-paylogo, .header-bottom-selectgame, .header-bottom-selectchannel, .header-bottom-confirm, .header-bottom-paysucc {
	float:left;
}

.header-bottom-paylogo-space{
	background-image: url(../images/jiantou.jpg);
	width:20px;
	height:85px;
}

.header-bottom-selectgame{
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height:85px;
	width:100px;
}

.header-bottom-selectchannel{
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	
	background-position: -100px -80px;
	height:85px;
	width:160px;
}
.header-bottom-confirm{
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: -260px -80px;
	height:83px;
	width:120px;
}
.header-bottom-paysucc{
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: -390px -80px;
	height:85px;
	width:110px;
}

.clearfix{
	min-height:200px;
}

.footer{
	background-color:#FFFFFF;
	min-height:75px;
}

.footer-logo{
	float:left;
	background-image: url(../images/logo02.jpg);
	background-repeat: no-repeat;
	height:65px;
	width:70px;
}

.footer-copyright{
	float:left;
}

.copyright{
	text-align: left;
	font-size: 12px;
}

.game-tips{
	text-align: left;
	font-size: 12px;
}

.footer-logo-space{
	float:left;
	width:20px;
	height:65px;
}

.mid-line{
	background-image: url(../images/mid-line.jpg);
	background-repeat: repeat-x;
	height:6px;
}

.footer-line{
	background-image: url(../images/footer-line.jpg);
	background-repeat: repeat-x;
	height:13px;
}

ol, ul {
    list-style: none outside none;
}