html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	text-align: center;
}

h1 {
	font-family: 'Oswald';
	font-size: 28pt;
	letter-spacing: 12px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	font-family: 'Oswald';
	font-size: 20pt;
	font-weight: normal; 
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 100px auto;
	width: 700px;
	color: #555;
}

#countdown_dashboard {
	height: 110px;
	
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 60pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: 'Arial';
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Oswald';
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}

#constuction-box {
	width:750px;
	height:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:url(../images/content-texture.jpg) 50% 0 repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-color:#ccc;
	box-shadow:0 0 10px #d0d4db;
	-moz-box-shadow:0 0 10px #d0d4db;-webkit-box-shadow:0 0 10px #d0d4db;
	text-align:center;
}
#constuction-box .inside {
	padding:40px 40px 40px 40px
	}
	#constuction-box .button {
		position: relative;
		}
	#constuction-box h1{
		text-align:center;
		font-size:4em;
		margin-bottom:.2em;
		line-height:1.2em;
		letter-spacing:2px;
		border-bottom:1px solid #ddd;
		padding-bottom:10px;
		font-family: "Oswald";
		font-weight: bold;
}
#constuction-box h1 span{color:#00c4ff;display:block;margin-bottom:-15px}	