.overlay {
	background-color: #000;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0.7;
	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 { display: none; }

#ageVerify {
	background: transparent url('../images/age_gate.png') top center no-repeat;
	height: 325px;
	margin: 50px auto 0;
	opacity: 1;
	padding: 0;
	position: relative;
	width: 335px;
}
#ageVerify #enterSite {
	position: absolute;
	height: 32px;
	left: 25px;
	top: 244px;
	width: 285px;
}
