* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	}
	
a {
	color: #7B7B7B;
	}
	
a:hover {
	color: #aaa;
	}
	
body {
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #000;
	}
	
#wrap {
	width: 880px;
	height: 577px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	background: #666 url(media/graphics/interface/splash/wrap_bg.gif) top left no-repeat;
	}
	
#main {
	float: left;
	position: relative;
	width: 588px;
	height: 577px;
	}
	
h1 a {
	width: 500px;
	height: 190px;
	top: 10px;
	display: block;
	position: absolute;
	text-indent: -10000px;
	overflow: hidden;
	}

#sidebar {
	float: right;
	position: relative;
	width: 292px;
	height: 402px;
	padding-top: 175px;
	}
	
h2 {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: Helvetica;
	font-size: 0.9em;
	letter-spacing: 0px;
	word-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	color: #777;
	}
	
#sidebar ul {
	margin: 0 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	}
	
#sidebar a {
	font-weight: bold;
	line-height: 1.6em;
	}
	
#sidebar ul li#begin a {
	display: block;
	width: 124px;
	height: 43px;
	margin-bottom: 25px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(media/graphics/interface/splash/begin_btn.png) 0 0 no-repeat;
	}
	
#sidebar ul li#begin a:hover {
	background-position: -126px 0;
	}
	
#sidebar ul.last {
	border-bottom: none;
	}
	
#footer {
	clear: both;
	width: 100%;
	color: #535353;
	background-color: #222;
	}
	
#footer p {
	padding: .5em 1em;
	}
	
#footer a {
	color: #6c6c6c;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #898989;
	}
	