/* Age Screen */
#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
}
#wrapper #agescreen_flash {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 563px;
	height: 580px;
}
#wrapper #agescreen_flash p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 10px;
}
#wrapper #agescreen_flash p a {
	color: #aa9560;
	text-decoration: underline;
}
#wrapper #agescreen_flash p a:hover {
	color: #ffffff;
	text-decoration: none;
}


#wrapper #agescreen_entry {
	float: left;
	position: relative;
	top: 0px;
	left: 0;
	width: 397px;
	height: 580px;
	background:url(../images/agescreen_entry_holder.jpg) 0 0 no-repeat;
}
#wrapper #agescreen_entry #main {
	position: absolute;
	top: 151px;
	width: 306px;
	height: 285px;
	display: block;
}
#wrapper #agescreen_entry #main #logo {
	margin: 22px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 181px;
	height: 81px;
	background:url(../images/agescreen_entry_holder_logo.gif) 0 0 no-repeat;
	text-indent: -9000px;
}
#wrapper #agescreen_entry #main #logo a {
	display: block;
	width: 181px;
	height: 81px;
}
#wrapper #agescreen_entry #main #slogon {
	margin: 16px auto 21px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 227px;
	height: 33px;
	background:url(../images/agescreen_entry_holder_slogon.gif) 0 0 no-repeat;
	text-indent: -9000px;
}
#wrapper #agescreen_entry #main #enterdetails {
	margin: 16px auto 10px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 144px;
	height: 9px;
	background:url(../images/agescreen_entry_holder_enterdetails.gif) 0 0 no-repeat;
	text-indent: -9000px;
}
#wrapper #agescreen_entry #main #entry_fields {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
#wrapper #agescreen_entry #main #entry_fields input, #wrapper #agescreen_entry #main #entry_fields select {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	font-weight: normal;
	background-color: #070707;
	border: 1px #393939 solid;
	text-align: left;
	width: auto;
	height: 20px;
}
#wrapper #agescreen_entry #main #errormsg {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #aa9560;
	margin: 0px auto 0px auto;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
	text-align: center;
}
#wrapper #agescreen_entry #main #enter_button {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
}