/* Resets */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, em, font, img,  small, strong, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



/* Main styles */

body{
	margin:0; padding:0;
	color:#4d4b4b;
	background: #fff ;
	font-family: Georgia, sans-serif;
	font-size:14px;	
	line-height:150%;
}

p{	
	margin-bottom:15px;
}

#container{
	width:960px;
	margin:40px auto;
	padding-top:110px;
	background: #fff; 
	text-align:center;
	height:440px;
}

.intro_text{
	color: #498bc1;
	font-size:14px;	
	margin-bottom:30px;
}

.countdown h4{
	font-weight:400;
	font-size:12px;
	color:#848282;
}
	
.countdown #counter{
	font-size:18px;
	color:#1e1a19;	
	margin-bottom:70px;
}

.status{	
	margin:0 135px;
	text-align:left;
	margin-bottom:35px;
}
	
#info{
	text-align:right;
	font-size:12px;
	color:#848282;
}

