#content {
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	position:relative;
	padding: 0px;
	}
body {
	margin: 0px;
}

#top1 {
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
}
#top {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
html {
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	background-color:#000;
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#countdown {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	width: auto;
	height: auto;
	color: #FFF;
}
#foot1 {
	text-align: center;
	height: auto;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.red {
	color: #F00;
}
