body {
	background-color: #000000;
	font-family: Letter Ghotic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

a {
	color: #999999;
}

#lang {
	display: block;
	position: fixed;
	top: 15px;
	right: 20px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#lang a {
	color: #FFFFFF;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}

#logo {
	display: block;
	position: fixed;
	top: 55px;
	left: 50%;
	margin-left: -280px;
	width: 560px;
	text-align: center;
}

#text {
	display: block;
	position: fixed;
	top: 370px;
	left: 50%;
	margin-left: -280px;
	width: 560px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

.smaller {
	font-size: 75%;
}
.smaller a {
	color: #EC1C24;
	text-decoration: none;
}
.smaller a:hover {
	text-decoration: underline;
}
.red {
	color: #EC1C24;
}

#audio {
	position: fixed;
	left: 10px;
	bottom: 10px;
}

#oldlink {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
}
