body {
	color: #FFFF9A;
	background-color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
}
h1 {
	font-size: 38pt;
	font-weight: 100;
	margin: 40px 0 0 20px;
}
h2 {
	font-size: 20pt;
	font-weight: 200;
	margin: -10px 0 0 260px;
}
div#horizon {
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 630px;
}
div#wrapper {
	background: #1E1A19 url(../images/photo_home.jpg) no-repeat top right;
	margin: auto;
	position: relative;
	text-align: left;
	width: 630px;
	height: 360px;
	overflow: hidden;
}
div#links {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 400px;
	height: 40px;
	text-align: center;
	overflow: hidden;
}
div#links p {
	font-size: 14pt;
	word-spacing: 0.6em;
	margin: 0;
}
div#links a {
	color: #FFFF9A;
	text-decoration: none;
	font-weight: 100;
}
div#links a:link {
}
div#links a:visited {
}
div#links a:hover {
	color: #96F;
}
div#links a:active {
}

div#language {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 40px;
	text-align: center;
	overflow: hidden;
}
div#language img {
	border: 0;
}

