body {
	background-color:#000000;
	text-align:center;
}

#intro_wrapper{
	padding:200px;
}

#logo{
	width:800px;
	height:100px;
	background-color:#000;
	background-image:url("logo.jpg");
	background-repeat:no-repeat;
	background-position:right;
}

#skip{
	text-align:right;
	width:800px;
	height:150px;
}

#skip a{
	color:#e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

#skip a:hover{
	text-decoration:underline;
	}