@charset "utf-8";



body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #131315;
	font-family: 'Open Sans', sans-serif;
	
}
a:link {
	color: #A09F9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A09F9D;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #A09F9D;
}

#header {
	height: 900px;
	width: 1350px;
	background-image: url(../pictures/enter.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#wrapper {
	height: auto;
	width: 1450px;
	margin-right: auto;
	margin-left: auto;
	
}
.titles {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1000px;
	
}

#content {
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	height: 800px;
}
h1 {
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	color: #141416;
}
h2 {
} 
h3 {
	
	}
#footer {
	font-size: 11pt;
	color: #696865;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
	text-shadow: 0px 1px 1px #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #44403F;
	font-family: Arial, Helvetica, sans-serif;
	

}
#ru {
    float: left;
    border-radius: 5px;
    font-size: 11pt;
    position: absolute;
    left: 470px;
    top: 718px;
    height: 168px;
    width: 647px;
}
#ru hover {
}
#en {
	float: right;
	position: absolute;
	left: 1023px;
	top: 524px;
	height: 96px;
	width: 405px;
}
#en hover { 
}
