* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-image: url(../img/bg_main_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@font-face {
    font-family: "GOST type B";
    src: url('../css/gost_type_b.ttf');
}


/* top */

.top_location {
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.4);
	background-color: #347383;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.top_location h2 {
	padding: 18px 0px 18px 0px;
	color: #FFFFFF;
	font-family: "GOST type B";
	font-size: 24px;
	font-weight: normal;
}
.top_menu {
	height: 57px;
	background-color: #0c2b36;
	opacity: 0.9;
	vertical-align: middle;
	
}
.bg_menu {
	background-image: url(../img/bg_menu.png);
	height: 7px;
	top: -2px;
	position: relative;
}
.logo {
	position: relative;
	top: -114px;/* -114*/
	width: 209px;
	height: 105px;
	margin: auto;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.4);
	border: 1px solid red;
}
.logo_l {
	background: url(../img/logo_l.png) no-repeat;
	position: relative;
	margin: auto;
	width: 50px;
	height: 43px;
	
	top: -17px;/* -17*/
	left: -129px;
	border: 1px solid red;
}
.logo_r {
	background: url(../img/logo_r.png) no-repeat;
	position: relative;
	margin: auto;
	width: 49px;
	height: 43px;
	top: -165px; /* -165*/
	left: 129px;
	border: 1px solid red;
}
/* center */

.content_blank {
	background-color: #FFFFFF;
	border-radius: 5px;
	opacity: 0.9;
	width: 941px;
	height: 526px;
	margin: auto;
	position: relative;
}

.header {
	position: relative;
	bottom: 0px;
}

/* bottom */

.footer_logos {
	height: 111px;
	background-color: #FFFFFF;
	opacity: 0.85;
	text-align: center;
}

.footer_logos img {
	position: relative;
	border: 0px solid red;
	vertical-align: middle;
	margin: 30px 10px 0px 10px;
}


.bg_footer {
	background-image: url(../img/bg_menu.png);
	height: 7px;
	top: 5px;
	position: relative;
	z-index: 1;
}

.copyright {
	width: 370px;
	height: 40px;
	background-color: #23353b;
	margin: auto;
	position: relative;
	top: 34px;
	z-index: 2;
	border: dashed 1px white;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: "GOST type B";
	font-size: 15px;
	padding: 10px 10px 0px 20px;
}

.copyright a, a:visited {
	color: #FFFFFF;
	font-family: "GOST type B";
	font-size: 15px;
	text-decoration: underline;
}
.copyright a:hover {
	color: #FFFFFF;
	font-family: "GOST type B";
	font-size: 15px;
	text-decoration: none;
}

.copyright img {
	position: relative;
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
}


.height100 {
	height: 100%;
}