/* CSS Document */

body {
	margin: 0;
	background: #333333;
}

#universe {
	margin: 0 auto;
	width: 800px;
	overflow: visible;
	/* background: url(images/topbar.jpg) no-repeat; */
}

#top {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 207px;
	background: #5C0403;
}

#navibar {
	position: absolute;
	top: 186px;
	width: 165px;
	height: 202px;
}

.content {
	margin-top: 207px;
}

#logoswf {
	position: absolute;
	margin-left: 212px;
	top: 273px;
	width: 357px;
	height: 211px;
}

#language {
	position: absolute;
	margin-left: 550px;
	top: 190px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#language a, #language a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#language a:hover, #language a:active {
	text-decoration: underline;
}

#language .active {
	color: #FFFFFF;
	text-decoration: underline;
}