html, body {
	height: 100%;
}
body {
	background-color: black;
	color: white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
}
div#distance { 
	margin-bottom: -8em; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 16em;         /* required - desired height */
	width: 960px;         /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#novacounter {
	float: left;
	width: 960px;
	color: white;
	background-color: black;
	border: 0px;
}
.countdown_amount {
	font-size:90px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.novatext {
	padding-top: 50px;
	font-size: 25px;
}
