body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #AAA;
	font-family: Verdana;
	font-size: 80%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('/resources/images/backgrounds/agegate-bg.jpg');
}
img
{
   border: 0;
}
p
{
	margin: 5px 0 0 0;
	padding: 0;
}
a
{
	color: #FCDA9A;
	text-decoration: none;
}
a:hover
{
   border-color: #FFF;
}
.center
{
	text-align: center;
}
.clear
{
	clear: both;
}

#gate
{
	background-repeat: no-repeat;
	background-image: url('/resources/images/layout/agegate-overlay.png');
	width: 843px;
	height: 366px;
	margin: 200px auto;
}

#gate .text
{
	padding-top: 135px;
	padding-left: 170px;
	font-size: 120%;
}
#gate .birthdate
{
	margin-top: 25px;
	margin-left: 275px;
}
