*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: black;
}

div#countdown
{
	width: 200px;
	height: 100px;
	margin-left: -100px;
	left: 50%;
	position: absolute;
	margin-top: -50px;
	top: 50%;
}

div#countdown h1
{
	text-align: center;
	color: gold;
	background-image:url('../images/topmenu_center.png');
	background-position: center center;
	height: 60px;
}

div#countdown h1 span
{
	display: none;
}

div#countdown p
{
	color: gold;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}

