/* C S S    D O C U M E N T */

/* S P L A S H */
body, html{
	margin:0;
	padding:0;
	background-color:black;
}

#splash{
	background:url(images/splash.jpg) top center no-repeat;
	height:786px;
	width:1024px;
	margin:0 auto;
	position:relative;
	display:block;
}

/* Video */
.video{
	position:absolute;
	display:block;
	top:239px;
	left:154px;
}

/* Link Positioning */
span{
	text-indent:-9999px;
	display:block;
	position:absolute;
}
.main-title span{
	left:115px;
	top:38px;
	height:197px;
	width:403px;
}
.click-here span{
	left:126px;
	top:676px;
	height:34px;
	width:395px;
}
.twitter span{
	left:544px;
	top:719px;
	height:24px;
	width:24px;	
}
.facebook span{
	left:582px;
	top:719px;
	height:24px;
	width:24px;	
}
.delicious span{
	left:621px;
	top:719px;
	height:24px;
	width:24px;	
}

/* Footer */
#footer{
	position:absolute;
	bottom:0;
}
p{
	color:#999;
	width:1024px;
	text-align:center;
	padding:0;
	margin:0;
}
#footer a{
	color:#999;
	text-style:underline;
}
#footer a:hover{
	color:white;
}