/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { 	text-decoration: line-through; } table { border-collapse: collapse; 	border-spacing: 0; }

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #333;
	}
	
#wrap {
	position: relative;
	width: 880px;
	height: 598px;
	margin: 0 auto;
	text-align: left;
	background: url(media/graphics/interface/splash/wrap_bg.jpg) top left no-repeat;
	}
	
h1 a {
	display: block;
	width: 595px;
	height: 600px;
	text-indent: -10000px;
	overflow: hidden;
	}
	
h2 {
	height: 0px;
	text-indent: -10000px;
	overflow: hidden;
	}
	
#menu {
	position: absolute;
	width: 225px;
	top: 265px;
	margin-left: 40px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	left: 580px;
	} 
	
#menu li {
	width: 225px;
	}
	
#menu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}
	
#menu li h3 a {
	display: block;
	margin-bottom: 0.8em;
	font-size: 2.8em;
	font-weight: normal;
	}
	
#menu li a {
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	background: transparent;
	}
	
#menu li a:hover {
	}
	
#menu li.last {
	margin-bottom: 1.6em;
	}
	
#copyright {
	position: absolute;
	width: 860px;
	bottom: 0;
	padding: 3px 10px 5px 10px;
	font-size: 1.1em;
	background-color: #222;
	}
	
#copyright sup {
	vertical-align: super;
	font-size: 0.75em;
	}
	
#copyright a {
	color: #fff;
	}
