@charset "utf-8";

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#404042;
	background-color: #000000;
	height: 100%;
	text-align: center;
	width: 100%;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}

a
{
	text-decoration: none;
}

#wrapper
{
	left: 50%;
	margin-left: -425px;
	/*margin-top: -275px;*/
	margin-top:-185px;
	position: absolute;
	top: 50%;
	width: 850px;
	background-color:#ffffff;
	padding-top:10px;
}

#logo
{
	position:relative;
	float:left;
	width:350px;
	left:15px;
}

#lang
{
	color: #cccccc;
	cursor: default;
	font-size: 10px;
	position: absolute;
	right:19px;
	top: 23px;
	color:#404042;
}

#lang a
{
	color:#9d0407;
}

#menu_wrapper
{
	position:relative;
	float:right;
	top:51px;
	right:15px;
}

#menu td
{
	line-height: 40px;
	width: 100px;
}

#menu .selected, #menu .selected:hover
{
	background-color: #cccccc;
	color: #404042;
	cursor:initial;
}

#menu a
{
	background: none repeat scroll 0 0 #9d0407;
	color: #ffffff;
	display: block;
	margin-right: 1px;
}

#menu a:hover
{
	background: none repeat scroll 0 0 #333333;
}

#content
{
	position:relative;
	top:15px;
	border-top: 1px solid #9d0407;
	background-color: #ffffff;
	color: #454545;
	/*min-height: 180px;*/
	margin-top: 20px;
	padding:15px;
	text-align: left;
	clear:both;
}

#content h1
{
	color: #9d0407;
	font-size: 18px;
	font-weight: normal;
}

#copyright
{
	color: #ffffff;
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
}