@charset "utf-8";
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	text-align: center;
	position: relative;
	background-image: url(../img/bg_stripe.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	scrollbar-base-color: #777677;
	height: 100%;

}
#main {
	margin-top: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wrapper table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#exit  a {
	display: block;
	background-image: url(../img/exit_btn.jpg);
	height: 40px;
	width: 120px;
}
#exit a:hover {
	background-image: url(../img/roll_exit.jpg);
}
#enter a:hover {
	background-image: url(../img/roll_enter.jpg);
}

#enter a {
	display: block;
	background-image: url(../img/enter_btn.jpg);
	height: 40px;
	width: 120px;
}


p {
	font-size: 10px;
	color: #FFFFFF;
}
#qr_td {
	text-align: center;
}
#qr_td img {
	height: 80px;
	width: 80px;
}

