﻿body {
	background: url(../images/background_3.jpg) center top/cover no-repeat;
	font-family: sans-serif;
	position: fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

div#container {
	position: fixed;
}

/* Шапка */

header {
	background-color: white;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 60px;
	position: fixed;
	/*background: url(../images/background_3.jpg) center top/cover no-repeat fixed;*/
}

header h1 {
	font-size: 36px;
	letter-spacing: 40px;
	text-transform: uppercase;
	margin: 0px;
}

header h2 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: lowercase;
	margin: 0px;
}

header div {
	position: absolute;
}

#header_1 {
	left: 30px;
	top: 10px;
}

#header_2 {
	right: calc(2 * 100% / 3 - 100px);
	top: 10px;
}

#header_3 {
	right: calc((2 * 100% / 3) / 2 - 50px);
	top: 20px;
}

#header_4 {
	right: 10px;
	top: 30px;
}

/* Блок основного содержания */

section {
	top: 60px;
	bottom: 24px;
	left: 250px;
	right: 0px;
	/*overflow: auto;*/
	padding: 1px;
	position: fixed;
}

iframe {
	top: 60px;
	left: 200px;
	right: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

/* Настройка поддона */

footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 14px;
	padding: 5px;
	background-color: white;
	position: fixed;
}

footer p {
	font-style: italic;
	font-size: 10pt;
	text-align: right;
	margin: 0px;
}