/* 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;
	line-height:150%;
}

p{	
	margin-bottom:15px;
}

#container{
	width:760px;
	margin:40px auto;
	padding-top:110px;
	text-align:center;
	height:440px;
	color:#111;
background:#FFF;
opacity:.8;
}

.intro_text,
.intro_text a{color:#111;
background:#FFF;
opacity:.8;
	font-size:28px;	
	line-height:150%;
	margin-bottom:30px;
}

.countdown h4{
	font-weight:400;
	font-size:18px;
	color:#111;
background:#FFF;
	margin-bottom:20px;
}
	
.countdown #counter{
	font-size:22px;
	color:#111;	
	margin-bottom:60px;
background:#FFF;
}

.statustext{
	font-size:18px;
	line-height:18px;
	color:#FFF;	
	margin:0 135px;
	margin-bottom:35px;
}
	
.twitter{	
	text-align:left;
	background:url(twitterbg.png) center no-repeat;
	height:95px;
}

#tweet{
	width:590px;
	padding:20px 0 0 120px;
	text-align:left;
	color:#111;
}
	
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	border-bottom:2px solid #fff;
}	
#tweet a{
	color:#0a1004;
	text-decoration:none;
}

#tweet a:hover{
	border-bottom:1px solid #0a1004;
}

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

#tweet li{font-size:18px;
	line-height:18px;
	color:#111;
	display:inline;
}

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

