.beta{
	margin: 0;
}
.container{
	background: url(beta-overlay-final.jpg) no-repeat 0 0;
	height: 358px;
	width: 800px;
	display: block;
}
.close-btn{
	background: url(close-btn.png) no-repeat 2px 3px;
	height: 35px;
	width: 31px;
	display: block;
	position: absolute;
	margin: -335px 0 0 745px;
	cursor: pointer;
}

.close-btn:hover{
	background-position: 0 -39px;
}