* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #222222;
	color: #999;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

body a {
	text-decoration: none;
	color: #0099FF;
}
body a:visited {
	color: #0CF;
}

body a:hover {
color: #2D96FF;
text-decoration: underline;
}

#main {
	background-color: #336699;
	width: 580px;
	height:240px;
	margin: 100px auto;
	clear: both;
	text-align: center;
	padding: 0;
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: #bbbbbb;
	border: 1px solid #414141;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 2px #101010;
	-webkit-box-shadow: 0 1px 2px #101010;
	box-shadow: 0 1px 2px #101010;

}

#main p {
	padding: 14px 0 14px 0;
}
#main p.countdown {
	padding: 0 0 28px 0;
    color: #999;	
}

#main a.social {
	background: #222222;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	padding: 7px 14px;
	margin: 20px 5px 0;
	border: 1px solid #000;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #414141;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

strong {
color: #006699;
}

#main a.social:hover {
	text-decoration: none;
	background: #e85b3f;
	color: #fff;
	border: 1px solid #b2381f;
	border-right: 1px solid #fe8e78;
	border-bottom: 1px solid #fe8e78;
}

.logo {
	margin: 0 0 138px 0;
}
