#language {
	width:100%;
	margin-top:80px;
}
#russian {
	background-color:#000000;
	width:100%;
	height:30px;
	float:right;
	text-align:right;
	padding-right:165px;
	color:#CCC;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
#eng {
	background-color:#000000;
	width:100%;
	height:30px;
	float:right;
	text-align:right;
	padding-right:165px;
}
#content {
	position: absolute;
	top: 100px;
	width: 100%;
	background-color:#000000;
	height: 580px;
	text-align:center;
	margin: 0;
	z-index: 1;
}
