.overlay {
	background-color: #fff;
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0.7;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.overlay-content {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
#ageVerify {
	background: transparent url('./images/age_verify/enter.png') top center no-repeat;
	height: 576px;
	margin: 50px auto 0;
	opacity: 1;
	padding: 0;
	position: relative;
	width: 389px;
}
#ageVerify #enterSite {
	position: absolute;
	height: 47px;
	left: 134px;
	top: 467px;
	width: 120px;
}
