body {
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	height: 100%;
	font-size: x-small;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #CCCCCC;
}
a:hover, a:active {
	color: #FFCC00;
}
h1 {
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 10px;
}
#center {
	height: 560px;
	width: 400px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	margin-left: -200px;
	top: 0px;
	text-align: center;
	color: #FFCC00;
}
#ctrbg {
	height: 600px;
	width: 700px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	margin-left: -350px;
	top: 0px;
	text-align: center;
}
#copyright {
	width: 700px;
	font-size: 10px;
	line-height: 1.3em;
	color: #999999;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	margin-top: 620px;
	padding-top: 10px;
	top: 0px;
}
.bold {
	font-weight: bold;
}
img {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#lang {
	margin-top: 30px;
}
#words {
	margin-bottom: 20px;
}

#news {
	font-size: x-small;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: none;
	color: #FFCC00;
	line-height: 1.4em;
}
#news td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}

