body {
	background-color:#000;
	padding:20px 0 50px;
	color:#fbe254;
}

#splash {
	margin:0 auto -28px;
	width:900px;
}

#logo {
	display:block;
	background:transparent url(images/logo.png) no-repeat 0 0;
	margin:0 auto 32px auto;
	width:185px;
	height:100px;
}

#twitter-callout {
	display:block;
	float:left;
	background:transparent url(images/twitter-callout.png) no-repeat 0 0;
	width:381px;
	height:100px;
}

#video {
	clear:both;
	background: #000;
	margin:0 auto 28px;
	width:800px;
	height:626px;
/*	padding:10px;*/
}

#enter {
	display:block;
	background:transparent url(images/enter.png) no-repeat 0 0;
	margin:0 auto 20px;
	border: none;
	width:120px;
	height:89px;
/*	position:absolute;
	top:270px;
	margin-left:60px;*/
}

span.hidden {
	display: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
	border: none;
	outline-color: #000;
}

img {
	border: none;
}
