﻿body
{
	background-color: Black;
	width: 1024;
}

.bottomBG
{
	width: 909px;
	height: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -270px;
	z-index: -10;
	position: relative;
	background-image: url('/images/bottom_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

.logo
{
	max-width: 841px;
	max-height: 202px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.site-header
{
	width: 841px;
	height: 20px;
	margin: auto;
	font-size: 12px;
	font-family: Verdana;
	overflow: hidden;
}

div.site-header a
{
	text-decoration: none;
}

div.site-header div.auth
{
	float: left;
}

div.site-header div.lang
{
	float: right;
	color: #a4a4a4;
}

div.site-header div.lang a
{
	color: #a4a4a4;
}

div.site-header div.lang span.lang-selected
{
	color: #ffffff;
}

.content
{
	width: 841px;
	max-width: 841px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.text
{
	color: #d7d7d7;
	font-size: 12px;
	font-family: Verdana;
}

.text a
{
	color: #d7d7d7;
	font-weight: bold;
}