@charset "utf-8";
/* CSS Document */

body{
		color:#000; 
		margin:0;
		padding:0;
		background:#000000;
	}
	
	html, body{height:100%}

#container{
	margin:0 auto;
	width:800px;
	text-align:center;
}

#container2{
	float:left;
	width:800px;
	text-align:center;
	background:url(../img/bg_intro.jpg) center top no-repeat #000000;
}



#intro_box{
	float:left;
	width:500px;
	padding:124px 0px 0px 150px;
}

#skip{
	float:left;
	width:228px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:190px;
}

#intro_box embed{float:left; }

#footer {
	position:absolute;
	width:100%;
	height:50px;
	bottom:0; /* stick to bottom */
	color:#02bbff;
	font-family:Tahoma;
	font-size:10px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	float:left;
	}
	
.pixel{
	width:1px;
	height:2px;
	background:#02bbff;
	float:left;
	position:relative;
	top:5px;
}


