@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

#splash {
	margin: 0 auto 0;
	height: 500px;
	width: 620px;
}

#enter {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

#enter a {
	color: #fff;
}

#enter a:hover {
	color: #ed1e25;
}