html, body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	position:relative;
	color: #FFF;
	font: normal 12pt Georgia,Times New Roman,Serif;
	background: url("../images/main_bg.jpg") no-repeat center top #000;
}

h1, h2, h3, h4 {
	color: white;
}

a, a:hover, a:visited, a:active, a:focus {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

#page
{
	width: 1066px;
	background: url("../images/main_bg.jpg") no-repeat center top #000;
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

#header
{
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 30px;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
}

#content
{
	top: 98px;
	bottom: 35px;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto;
	text-align: right;
	font-style: italic;
	padding: 0 17px;
	z-index: 0;
}

#footer
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 0.75em;
	padding: 2px;
	text-align: right;
}

ul#menu {
	float: left;
	position: relative;
	left: -50%;
	padding: 0;
	padding-left: 25px;
	margin: 0;
	vertical-align: bottom;
	list-style: none;
}
ul#menu > li {
	padding: 0 12px;
	float: left;
}

ul#menu > li > a {
	overflow: hidden;
	display: block;
	height: 30px;
	margin: 19px 0;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: none;
}
ul#menu > li > a:hover{
	text-decoration: underline;
}

#logo {
	float: left;
	position: relative;
	left: -50%;
}
#menu_position {
	float: left;
	position: relative;
	left: 50%;
}
#contacts_block {
	position: absolute;
	top: 98px;
	right: 18px;
	display: none;
	z-index: 1000;
	zoom: 1;
}