html {
	height:100%;
}

body {   
	background:#1d2900 url(images/body.jpg) repeat-x top center;
	margin:0;
	padding:0;
	height:100%;
	color:#252525;   
	font-family:Arial, Sans-serif;   
	line-height: 1;   
	font-size: 12px;
	text-align: center;   
}

#container {   
	margin:0 auto;
	padding:0;
	width:100%;   
	min-height:1200px;
	background:url(images/under_construction.jpg) no-repeat top center;
	text-align:center;
}

#main {
	margin:571px auto 0px;
	padding:0;
	width:634px;
}

#countdown {
	margin:17px auto 0px;
	padding:0;
	display:block;
	width:634px;
	height:147px;
	background:url(images/countdown.jpg) no-repeat top center;
}

.countdowndiscription {
	margin:0px;
	padding:0px 19px;
	width:596px;
	text-align:left;
}

.button {
	float: right;
}

.button a {
	display: block;
	margin-top: 10px;
	padding: 0px;
	width: 96px;
	height: 29px;
	background-image: url(images/viewsite_button.jpg);
	text-indent: -9999em;
}

.button a:active {
	background-position: 0 -29px;
}

h1, h2, h3, h4, h5, h6 {
	color: #252525;
	font-weight: normal;
}

h1 span {   
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-9999px;
}

h1 {
	font-size:100%;
	margin:0;
	padding:0;
}

h2 span {   
	margin:0px;
	padding:0px;   
	display:block;
	width:634px;
	height:63px;
	background: url(images/under_construction_heading.jpg) no-repeat top center;
	text-indent:-9999px;
}

h2 {
	font-size:100%;
	margin:0;
	padding:0;
}

h3 span {
	margin:0px;
	padding:0px;
	display:block;
	width:490px;
	color:#fff;
	line-height: 1.2em;
	font-size: 1em;
	float: left;
}

h4 {
	font-size:100%;
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #fff;
	text-decoration: none;

}

a:hover {
	color: #fff;
	text-decoration: underline;

}

a:active {
	color: #fff;
	text-decoration: none;
}

a img {
	border-style:none;
	border: 0;
}