@charset  utf-8;
@import  url(reset.css);

body, #background, #countDown {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Anaheim', sans-serif;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	background-color: #0a141d;
	color: #FFF;	
}

#background {
	overflow: hidden;
	position: fixed;
}

.bokeh {
	position: absolute;
	
}

#logo, #social {
	text-align: center;
}

#logo {
	font-size: 42px;
	display: block;
	width: auto;
	text-shadow: 1px 0 3px #000;
	color:#FFF;	
	margin: 0 auto;
	padding-bottom: 50px;
}

#logo .text {
	padding-top: 25px
	font-size: 14px;
	display: block;
	width: auto;
}

.vAlign, .social li {
	position: relative;
}

.title {
	font-size: 40px;
}

.desc {
	font-size: 20px;
}

#social {
	width: 100%;
}

.social li {
	display: inline;
	margin: 5px;
}