body,html
{
	padding: 0;
	margin: 0;
	font-family: helvetica,arial,sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#grid
{
	position:  absolute;
	top:  0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/grid.png);
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;	
	z-index: 10;
}
#bg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#holder
{
	overflow: hidden;
}
#age
{
	width:  352px;
	height:  204px;	
	background: transparent url(img/gate.png) top center no-repeat;
	position:  absolute;
	top:  100px;
	z-index:  1000;
	left:  50%;
	margin-left: -176px;
}
#age form
{
	display: block;
	padding:  76px 44px;
	padding-top: 56px;
}
#age form input
{
	border:  0;
	background: transparent;
	font-size: 28px;
	height: 52px;
	float: left;
	display: block;
	width:  76px;	padding: 10px;
	text-align: center;
	margin-right:  4px;
	color: #666;
}
#age form
{
	position: relative;
	display: block;
	overflow: hidden;
}
#age form input#yy
{
	width: 100px;
}
#logo
{
	position: absolute;
	top:  30px;
	left:  30px;
	z-index: 200;;
}
#lockup
{
	position: absolute;
	top:  40px;
	right:  0px;
	z-index: 200;;	
}
#copy
{
	position: absolute;
	bottom:  40px;
	right:  20px;
	z-index: 200;
}
#age form input#submit
{
	display:  block;

	width: 110px;
	height:  35px;
	position: relative;
	left: 80px;
	top:  14px;
}

#err
{
	z-index: 300;
	color: #666;
	width:  260px;
	font-family: helvetica;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom:  8px;
	text-align: center;
	left: 10px;
	
}
#foot
{
	width: 100%;;
	z-index: 500;
	position:  absolute;
	bottom:  0px;
	padding:  10px;
}
#foot img
{
	float: left;
}
#foot #terms
{
	color: #fff;
	font-size: 11px;
	text-decoration:  none;
	float: right;
	display:  block;
	padding-right: 30px;
}
