body,html{
	width: 100%;
	height: 100%;
	background: black url(../images/bg.gif);
	font: normal 12px "Helvetica Neue", Arial, sans-serif;
	color: white;
	text-shadow: 0 0 5px black;
}

#left,#right{
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #106fb0;
	opacity: .15;
}

#left{
	left: 0;
}

#right{
	right: 0;
}

#logo{
	width: 128px;
	height: 128px;
	position: relative;
	background: transparent url(../images/e.png) no-repeat;
	margin: 40px auto;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
}

#logo:hover>#spinText{
	opacity: 1;
}

#spinText{
	display: none;
	position: absolute;
	width: 256px;
	left: 128px;
	top: 64px;
	color: gray;
	opacity: .2;
	-webkit-transition: opacity .3s ease-in-out;
}

#spinCount{
	color: #106fb0;
	font-weight: bold;
}

#teaser{
	width: 128px;
	margin: 0 auto;
	text-align: center;
}

a{
	text-transform: uppercase;
	color: #8cc63f;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
}

a:hover{
	color: #106fb0;
}
