body, html {
	background: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

img {
	border: 0;
}

p {
	line-height: 1.4em;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	height: 25px;
	color: #FFFFFF;
	margin: 20px 0 10px 0;
	background: url(images/language_divider.gif) no-repeat bottom;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: visible;
}

#container {
	left: -450px;
	top: -297px;
	position: absolute;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

#logo {
	margin: 30px 0 0 0;
}

#footer {
	margin: 10px 0 10px 0;
	width: 900px;
	text-align: left;
}

.footer_upper {
	margin: 0 0 5px 0;
}

.footer_lower {
	margin: 10px 0 0 0;
}

#copyright {
	margin: 0;
	width: 300px;
	float: left;
}

#copyright img {
	margin: 0 8px 10px 0;
	border: 0;
}
		
#language_select {
	margin: 0 0 20px 0;
	height: 155px;
}
		
#language_select p {
	color: #FFFFFF;
}
		
#language_select img {
	margin: 0 2px 0 0;
}

#logos {
	float: right;
}

#logos img {
	vertical-align: middle;
	margin: 0 0 0 20px;
	border: 0;
}

a.footer_link:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.footer_link:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
		
a.language_selecter:link {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}
a.language_selecter:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}
a.language_selecter:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}
