@import url(reset.css);

body {
	background-color: #333333;
	color: #FFFFFF;
	cursor: default;
	font-size: 15px;
	line-height: 20px;
	margin-top: -300px;
	opacity: .999999;
	position: absolute;
		top: 50%;
	text-align: center;
	text-shadow: #333333 1px 1px 1px;
	width: 100%;
}

a {
	color: #888888;
	cursor: pointer;
	text-decoration: none;
}
a:hover,
a.active {
	color: #FFFFFF;
}

#splash {
	background: #C30000 url(../img/splash.png) 50% 50% no-repeat;
	position: absolute;
		bottom: 0;
		left: 0;
	z-index: 1000;
	height: 600px;
	width: 960px;
}

#main_site a {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #333333;
	background-image: url(../img/logo.png);
	background-position: 9px 50%;
	background-repeat: no-repeat;
	display: block;
	line-height: 1em;
	padding: 9px 12px 9px 110px;
	position: absolute;
		left: 0;
		bottom: 0;
	text-align: right;
	width: 838px;
}

#logo a {
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
}

.en {
	font-family: Arial, Sans-serif;
}

div#wrapper {
	
}

div#container {
	border: 1px solid #DDDDDD;
	height: 574px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px;
	position: relative;
	width: 936px;
	text-align: left;
}

ul#navigation {
	border-top: 1px solid #888888;
	font-weight: bold;
	line-height: 1em;
	padding-top: 6px;
	position: absolute;
		top: 130px;
		left: 11px;
	width: 178px;
}

	ul#navigation li {
		height: 27px;
		overflow: hidden;
	}

	ul#navigation a {
		display: block;
		padding: 6px 0;
		width: 100%;
	}
	
		ul#navigation .active li a {
			color: #888888;
		}
		ul#navigation .active li a:hover,
		ul#navigation .active li a.active {
			color: #FFFFFF;
		}
	
	ul#navigation ul {
		border-top: 1px solid #888888;
		font-size: 12px;
		padding-top: 8px;
		position: absolute;
			top: -1px;
			left: 190px;
		width: 178px;
	}
	
		ul#navigation ul li {
			height: 24px;
			overflow: hidden;
		}
	
		ul#navigation ul a {
			padding: 4px 0;
		}

div#content {
	border-topX: 1px solid #888888;
	height: 400px;
	overflow: hidden;
	position: absolute;
		top: 130px;
		left: 391px;
	width: 558px;
}

	div#content h1,
	div#content h2 {
		display: none;
	}

	div#content div.section {
		border-top: 1px solid #888888;
		padding-top: 10px;
		position: absolute;
		width: 100%;
	}