@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fffaf9;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

table{
	font-size: 1em;	
	}
	
p, ul, ol{
	font-size: 1.1em;	
	}

#container {
	margin: 0 auto; 
	text-align: left; 
	background-color: #000;
	margin-left: -533px;
	position: absolute;
	top: -370px;
	left: 50%;
	width: 1067px;
	height: 740px;
	visibility: visible

	
}

#horizon        
	{

	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block
	}


#mainContent {
	top: 0px;
	border: 2px solid #FFF;
	position: relative;	
		width: 1063px;
	height: 720px;
}

#header {
	height: 220px;
	position: relative;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/platinum.jpg);
	background-repeat: no-repeat;
	background-position: 800px 50px;
}
#header h1 {
	margin: 0; 
	padding: 0; 
}
#nav {
	position: relative;
	top: 6px;	
}

#images {
	position: relative;
	top:  0px;
}

#content {
	position: relative;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	list-style-image: none;
	list-style-type: square;
}

#content ul{
	list-style-type: square;
	top: -10px;	
}

#content a {

	color: #FFF;
	
}

#note{
	font-size: 10px;
	line-height: 1.2em;	
}

#footer {
	position: relative;
	top: 0px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#footer p {
	margin: 0; 
	padding: 0px 0;
}

#stars {
	position: relative;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}


#lang {
	position: relative;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 100px;
	float: right;
}

#lang a{
	color: #FFF;
	text-decoration: none;	
}
