body {
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	height: 100%;
}
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;
}
#head {
	width: 700px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	margin-left: -350px;
	top: 0px;
	text-align: center;
}
#center {
	width: 400px;
	left: 351px;
	position: absolute;
	margin-top: 0px;
	margin-left: -200px;
	top: 0px;
	text-align: center;
	color: #FFCC00;
}
#ctrbg {
	height: 700px;
	width: 700px;
	left: 50%;
	position: absolute;
	margin-top: 150px;
	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: 425px;
	margin-left: -350px;
	position: absolute;
	margin-top: 650px;
	padding-top: 10px;
	top: 199px;
}
.bold {
	font-weight: bold;
}
img {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#lang {
	margin-top: 30px;
}
#words {
	margin-bottom: 20px;
}

#news {
	margin: 10px auto;
	border: none;
	line-height: 1.2em;
	font-size: smaller;
}
#news th {
	color: #FFCC00;
	vertical-align: top;
	padding: 10px 0px;
	text-align: right;
	white-space:nowrap;
}
.date {
	color: #FFCC00;
	white-space:nowrap;
}
#news td {
	vertical-align: top;
	padding: 10px 3px;
}
