.comingsoon{	
	width:980px;	
	height:1308px;
	background:url(images/bg_comingsoon.jpg) no-repeat top;	
		display:block;
		float:left;
}
.closed{	
	width:980px;	
	height:1308px;

	background:url(images/bg_closed.jpg) no-repeat top;	
		display:block;
		float:left;
}

.thanks{
	width:980px;	
	height:1944px;

		display:block;
		float:left;
	background:url(images/bg_thanks.jpg) no-repeat top;	

}
.thanks1{
	width:980px;	
		display:block;
		float:left;
	background:#000;

}
.reg{
	width:980px;	
	height:1944px;

	background:url(images/bg_splash.jpg) no-repeat top;	
		display:block;
		float:left;
}



a#siBtn{
	background-image:url(images/btn_back.jpg);
	width:323px;
	height:60px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-left:auto;
	margin-right:auto;
}


a#priBtn{
	background-image:url(images/btn_privacy.jpg);
	width:259px;
	height:60px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-left:5px;
	margin-right:5px;
}
a#ruleBtn{
	background-image:url(images/btn_rules.jpg);
	width:259px;
	height:60px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-left:5px;
	margin-right:5px;
}



a#sweepBtn{
	background-image:url(images/btn_sweeps.jpg);
	width:259px;
	height:60px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-left:5px;
	margin-right:5px;
	
}
a#btn_nothanks{
	background-image:url(images/btn_nothanks.jpg);
	width:173px;
	height:64px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	float:left;
	margin-left:5px;
	
}

a:hover#siBtn,a:hover#priBtn,a:hover#sweepBtn,a:hover#ruleBtn{
	background-position: left -60px;		
}

.inputTxt{
	width:675px;
margin-left:auto;
margin-right:auto;
text-indent:5px;
height:30px;
font-size:14px;
background:none;
border:none;
color:#fff;
	
}

.enterNormal{
	background-image:url(images/btn_submit.jpg);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	background-color:#faf5e9;
	width:125px;
	height:72px;
	cursor:pointer;
		margin-top:15px;
		border:none;

}
.enter2Normal{
	background-image:url(images/btn_enter.jpg);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	background-color:#faf5e9;
	width:125px;
	height:67px;
	cursor:pointer;

		border:none;
		float:right;
		margin-right:5px;

}

.error{
	font-color:#CD3333;
	font-weight:bold;
	text-align:center;
	color:#CD3333;
	margin-top:7px;
	font-size:15px;
	
}

#footer{
	width:980px;	
	height:200px;
	background:#000;
float:left;
		
}

.clearfix{
	width:100%;
	clear:both;
	
}
