body {
	font-family: Arial;
	font-size: 11px; 
	color: #111111;
	padding: 0px;
	background-color: #060e11;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: center;
}

a { 
	color: #868686;
	text-decoration: none;
}
		a:hover { 
			color: #f92400;
			text-decoration: none;
		}

div#container {
	position:relative;
	height: 100%;
	width: 1024px;
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

div#main_housing {
	position: absolute;
	top:50%;
	width: 1024px;
	height: 700px;
	margin-top:-350px;
	background: url(../img/countdown_bg.jpg);
	background-color: #060e11;
	text-align:left;
}

div#content_area {
	margin-top:373px;
	margin-left:433px;
	background: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #A6C2D5;
}

textarea#countdown {
	background-color: clear;
	background: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60px;
	font-weight: bold;
	color: #F92400;
	width: 400px;
	height: 90px;
	border: 0px;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
}


