body{
	margin: 0;
	background-position: center top;
	background-image: url(../images/bb.jpg);
	overflow-x: hidden;
	background-color: #000;
}

/*網頁版*/
.warp {
	width: 100%;
	background-position: center top;
	background-repeat:no-repeat;
	height: 920px;
}
/*1中間*/
.conter{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* [disabled]background-color: #FFF; */
	width: 1280px;
}




.logo {
	/* [disabled]background-color: #F00; */
	height: 160px;
	width: 250px;
	position: absolute;
	margin-top: 200px;
	margin-left: 510px;
	z-index: 10;
}

input {
	border: 1px solid #BBBBBB; /*改變外框*/
	background: #fff; /*背景色*/
	/* 邊角圓弧化，不同瀏器覧設定不同　*/
	-moz-border-radius: 3px; /*Firefox*/
	-webkit-border-radius: 3px; /* Safari 和 Chrome*/
	border-radius: 3px; /* Opera 10.5+ */
	line-height: 30px;
	height: 30px;
	width: 250px;
	padding-left: 10px;
}
.regist {
	position: absolute;
	z-index: 99;
	height: 400px;
	width: 600px;
	background-repeat: no-repeat;
	margin-top: 600px;
	margin-left: 350px;
	background-position: center center;
	box-sizing: border-box;
	/* [disabled]background-color: rgba(68,0,0,0.6); */
}
.regist .regist_all {
	height: 300px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	/* [disabled]padding-top: 20px; */
}
.regist .regist_all .re_ohter {
	height: 30px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: inherit;
}


.regist .regist_all .re_ohter .re_a {
	float: left;
	/* [disabled]height: 50px; */
	width: 100px;
}
.regist .regist_all .re_ohter .re_b {
	float: left;
	/* [disabled]height: 40px; */
	width: 100px;
}
.regist .regist_all .re_login {
	height: 140px;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	text-align: center;
	padding-left: 50px;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-left: inherit;
}
.regist .regist_all .re_login .re_m {
	height: 40px;
	width: 400px;
	/* [disabled]background-color: #F90; */
	margin-top: 5px;
	margin-bottom: 5px;
}
.regist .regist_all .re_gogame {
	height: 59px;
	width: 162px;
	margin-left: auto;
	margin-right: auto;
}
.regist .regist_all .re_topone {
	height: 30px;
	width: 500px;
	/* [disabled]background-color: #6CC; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#re_gogame{
	background-image: url(../images/gogame1.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 177px;
	}
#re_gogame:hover{
	background-image: url(../images/gogame2.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 177px;
	}

.flash {
	height: 920px;
	width: 1920px;
	z-index: 1;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -960px;
	
}

.footer {
	/* [disabled]background-color: #000; */
	width: 100%;
	min-height: 100px;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 100px;
}
.footer .top_text {
	line-height: 20px;
	color: #CCC;
	text-align: center;
	height: 20px;
	width: 1280px;
	padding-top: 20px;
}
