/* 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:#000000;
	background: #d8d9d0 url(../images/bg_grunge.jpg) bottom center fixed ;
	font-family: Georgia, sans-serif;
	font-size:14px;	
	line-height:150%;
}

p{	
	margin-bottom:15px;
}

#container{
	width:869px;
	margin:40px auto;
	padding-top:110px;
	background: url(../images/bg_box.png) no-repeat;
	text-align:center;
	height:440px;
}

.intro_text{
	font-size:18px;	
	margin-bottom:30px;
}

.countdown h4{
	font-weight:400;
	font-size:12px;
	color:#fff;
}
	
.countdown #counter{
	font-size:22px;
	color:#1e1a19;	
	margin-bottom:70px;
}

.status{	
	margin:0 135px;
/* 	text-align:left; */
	margin-bottom:35px;
}
	
.twitter{	
	text-align:left;
	background:url(../images/bg_twitter.png) center no-repeat;
	height:96px;
}

#tweet{
	width:550px;
	padding:20px 0 0 180px;
	text-align:left;
	color:#000;
}
	
	
#tweet a{
	color:#208bca;
	text-decoration:none;
}

#tweet a:hover{
	border-bottom:1px solid #208bca;
}

#tweet ul{
	list-style:none;
	margin:0;padding:0;
}

#tweet li{
	display:inline;
}

#info{
	text-align:right;
	font-size:12px;
	color:#000;
}

