.overlay {
	background-color: #000;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.overlay-content {
	position: absolute;
	height: auto;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
}
#ageVerify {
	background: transparent url('../images/age_gate.jpg') top center no-repeat;
	width: 936px; height: 560px;
	margin: 10px auto 0;
	opacity: 1;
	padding: 0;
	position: relative;
}
#ageVerify h1, #ageVerify p, #ageVerify a span {
	display: none;
}
#ageVerify a {
	position: absolute;
	width: 150px;
	height: 100px;
	right: 50px;
	bottom: 60px;
}
#disclaimerText{
	position: relative;
	margin: -40px auto 0;
	width:850px;
	height:45px;
}
#disclaimerText p.big {
	font-family: "Arial", 2px; color: #fff;
	font-size: 12px;
}
#disclaimerText p.small {
	font-family: "Arial", 2px; color: #fff;
	font-size: 10px;
}
#disclaimerText a:link {text-decoration: underline;color:#fff;}
#disclaimerText a:visited {text-decoration: underline;color:#fff;}
#disclaimerText a:hover {text-decoration: none;color:#d56723; color:#fff}
#disclaimerText a:active {text-decoration: underline;color:#fff;}
