@charset "utf-8";
/* CSS Document */

body{
	background:url(../img/bg.png);
	margin:0;
	padding:0;
}

h1{
	margin:0;
	text-align: center;
}

h1 img{
	width:100%;
	max-width: 1024px;
}

#wrapper{
	background:url(../img/curtain.png) no-repeat top center ;
	background-size:100% auto;
}

#howtoplay-wrap{
	width:1024px;
	margin:0 auto;
	text-align: center;
}

#howtoplay-wrap img{
	width:100%;
	max-width: 1024px;
}

#prize{
	position:relative;
}

#prize span{
	position:absolute;
	bottom:12%;
	left:0;
	right:0;
	margin:auto;
}

span a{
	font-weight: bold;
	font-size: 18px;
	color:#000;
}

span a:hover{
	color:#FF7600;
}
a img:hover{
	opacity:0.6;
}

#back-btn{
	width:381px!important;
	margin:24px 0 48px;
}
