@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	margin: 0;
}
#outerWrapper {
	margin: 20px auto;
	width: 722px;
	position: relative;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align:center
}
#content2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align:center
}
#countdown {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-align:center
}
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}
