/* FooterAltStick */
html
{
	height: 99%;
}

body
{
	height: 99%;
}

#screen
{
	position: relative;
	min-height: 99%;
}

* html #screen
{
	height: 99%;
}

#footer
{
	position: relative;
	margin: -20px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
	margin-top: 20px;
}


#timer
{
	margin-top: 50px;
	color: #999999;
}
#timer, #content, #copyright
{
	font-family: Myriad, Futura, "Futura Lt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
#copyright
{
	color: #999999;
	text-align: center;
}
#content
{
	margin: 0 auto;
	text-align: center;
	padding-top: 150px;
}
a
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #333333;
}
form
{
	border: 1px solid #CCCCCC;
	width: 200px;
	margin: 0 auto;
	padding: 5px 0;
}
input
{
	border: 1px solid #999999;
	width: 100px;
	margin-top: 5px;
	color:#999999;
}
#submit
{
	font-size: 10px;
	width: auto;
	text-transform: uppercase;
	color: #333333;
}