
a#btn_back{
	background-image:url(images/btn_back.jpg);
	width:256px;
	height:56px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-top:25px;
}
a#btn_home{
	background-image:url(images/btn_home.jpg);
	width:256px;
	height:56px;
	display:block;
	cursor:pointer;
	background-color:#faf5e9;
	margin-top:25px;
}


a:hover#btn_home, a:hover#btn_back{
	background-position: left -56px;		
	
}

.title_reg{
	width:460px;
	height:67px;
	float:left;
	display:block;
	background:url(images/title_congrats.png) no-repeat top center;
	margin-left:165px;
}
.title_thanks{
	width:460px;
	height:67px;
	float:left;
	display:block;
	background:url(images/title_thanks.png) no-repeat top center;
	margin-left:165px;
}
.title_loser{
	width:460px;
	height:67px;
	float:left;
	display:block;
	background:url(images/title_tryagain.png) no-repeat top center;
	margin-left:165px;
}

.title_play{
	width:460px;
	height:67px;
	float:left;
	display:block;
	background:url(images/title_valid.png) no-repeat top center;
	margin-left:165px;
}
