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; }

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.group {display:inline-block;}

html, body {
	height: 100%;
	min-width: 880px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #000;
	}
	
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#wrap {
	width: 880px;
	height: 600px;
	margin: 0 auto;
	background: url(media/graphics/interface/splash/wrap_bg.jpg) top left no-repeat;
	}
	
#title {
	width: 590px;
	height: 550px;
	float: left;
	}
	
#title h1 a {
	display: block;
	height: 500px;
	text-indent: -10000px;
	overflow: hidden;
	}
	
#sidebar {
	width: 290px;
	height: 340px;
	padding-top: 124px;
	float: right;
	font-size: 1.4em;
	}
	
#sidebar p {
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: 1.2em;
	color: #333300;
	}
	
#sidebar ul li {
	border-top: 1px solid #fff;
	}
	
#sidebar ul li a {
	display: block;
	padding: 15px 15px 15px 45px;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #333300;
	background-color: transparent;
	}
	
#sidebar ul li a.one:hover,
#sidebar ul li a.two:hover,
#sidebar ul li a.three:hover,
#sidebar ul li a.four:hover,
#sidebar ul li a.five:hover {
	background-color: #fff;
	}
	
#sidebar ul li a.one {
	background: url(media/graphics/interface/splash/number_one.png) center left no-repeat;
	}
	
#sidebar ul li a.two {
	background: url(media/graphics/interface/splash/number_two.png) center left no-repeat;
	}
	
#sidebar ul li a.three {
	background: url(media/graphics/interface/splash/number_three.png) center left no-repeat;
	}
	
#sidebar ul li a.four {
	background: url(media/graphics/interface/splash/number_four.png) center left no-repeat;
	}
	
#sidebar ul li a.five {
	background: url(media/graphics/interface/splash/number_five.png) center left no-repeat;
	}
	
p#english_version {
	margin-top: 20px;
	padding-right: 10px;
	text-align: right;
	}
	
p#english_version a {
	padding: .5em 1em;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #86ba45;
	color: #fff;
	}
	
p#english_version a:hover {
	background-color: #97d24e;
	}
	
p#produced_by {
	padding: 30px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
#footer {
	width: 840px;
	clear: both;
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	/* border-top: 1px solid #fff; */
	font-size: 1.1em;
	background-color: #2f0606;
	}
	
#footer ul {
	width: 156px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-right: 20px;
	line-height: 1.4em;
	color: #fff;
	border-right: 1px solid #4a0a0a;
	}
	
#footer ul.last {
	width: 240px;
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0;
	}
	
#footer ul#produced_by {
	color: #b5a479;
	}
	
#footer ul#produced_by a {
	display: inline;
	padding-left: 0;
	font-size: inherit;
	color: #fff;
	background: none;
	}
	
#footer ul#produced_by a:hover {
	text-decoration: underline;
	}
	
#footer ul#produced_by a sup {
	vertical-align: super;
	font-size: 0.8em;
	}
	
#footer ul li a {
	display: block;
	padding-left: 10px;
	font-size: 1.1em;
	color: #b5a479;
	text-decoration: none;
	background: url(media/graphics/interface/bullet.png) top left no-repeat;
	}
	
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer p {
	clear: both;
	margin: 0 -20px 0 -20px;
	padding: 10px 20px;
	color: #666;
	background-color: #000;
	}
	
#footer p a {
	color: #666;
	}
	
#footer p a:hover {
	color: #aaa;
	}
	
