@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ff6eb3;
}
.wrapper {
	background-image: url(/img/enter_bg.jpg);
	background-repeat: no-repeat;
	width: 968px;
	height: 858px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#text3 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	font-weight: bold;
	position: absolute;
	height: 14px;
	left: 185px;
	top: 605px;
	line-height: 17px;
}
#text2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	font-weight: bold;
	position: absolute;
	height: 14px;
	left: 534px;
	top: 566px;
}
#text1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 500px;
	font-weight: bold;
	position: absolute;
	height: 14px;
	left: 230px;
	top: 330px;
}

.qr,#qr {
	position: absolute;
	left: 445px;
	top: 500px;
	border:0;
}

.enter span {
	display: none;
}
.enter {
	background-image: url(/img/enter_btn.jpg);
	height: 97px;
	width: 289px;
	display: block;
	position: absolute;
	left: 192px;
	top: 364px;
}
.exit span {
	display: none;
}
.exit {
	display: block;
	height: 97px;
	width: 291px;
	position: absolute;
	top: 364px;
	right: 190px;
	background-image: url(/img/exit_btn.jpg);
}

h1 {
	display: none;
}

