body {
	background-color: #000000;
	font-size: 18px;
	font-family: Century Gothic;
	color:#FFF
}
a:link {
	color: #C90;
}
a:visited {
	color: #F30;
}
.style13 {color: #fcff00; font-size: 14px; }
.text .style12 {
	color:#fcff00; font-size: 16px;
}
#container {
	position: relative;
	width: 800px;
	margin: auto;
	height: auto;
}
div.logo {
	position:absolute;
	width:800px;
	height:200px;
	left:0px;
	top: 50px;
	z-index: 5;
}
div.navigation{
	position:absolute
	width: 800px;
	height:50px;
	z-index: 5;
	line-height: 30px;
	font-size: 21px;
}

div.text{
	position:absolute;
	width:400px;
	height:auto;
	left:200px;
	z-index:5;
	top: 351px;
	color:#fcff00;
}

