html, body {
	height : 100%;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	color : #5E5341;
}  
html {
	background-color : #FFF;
	margin : 0;
	padding : 0;
}
html>body {
	min-height : 100%;
	height : auto;
} 
body {
	position : relative;
	width : 100%;
	background-color : #FFF;
	margin : 0;
	padding : 0;
}
#top_otstup {
	position: relative;
	height: 70px;
	width: 100%;
}
#logo {
	position: absolute;
	height: 55px;
	width: 245px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	top : 7px;
	left: 7px;
	cursor: pointer;
}
#top {
	position: relative;
	width: 100%;
	height: 235px;
	background-color: #E0C69A;
	background-image: url(../img/top_fon.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#top_img {
	position: absolute;
	width: 332px;
	height: 235px;
	background-image: url(../img/top_img.gif);
	background-repeat: no-repeat;
	right: 0;
	margin-right: 40px;
}
#why {
	position: absolute;
	width: 373px;
	height: 144px;
	background-image: url(../img/why.gif);
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
#why_go {
	position: absolute;
	width: 130px;
	height: 25px;
	background-image: url(../img/why_go.gif);
	background-repeat: no-repeat;
	top: 153px;
	left: 25px;
	cursor: pointer;
}
#rosno {
	position: absolute;
	width: 234px;
	height: 85px;
	background-image: url(../img/rosno.gif);
	background-repeat: no-repeat;
	top: 140px;
	left: 50%;
	margin-left: -220px; 
}
#top_menu {
	position: relative;
	background-image: url(../img/top_menu_fon.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
#main {
	position: relative;
	width: 100%;
	padding-bottom: 80px;
	overflow : hidden;
}
#left_side {
	float: left;
	width: 200px;
}
#left_menu {
	margin-top: 20px;
	width: 200px;
}
#content {
	position: relative;
	margin-left: 220px;
	margin-top: 25px;
	margin-right: 20px;
}
#content_2 {
	position: relative;
	margin-left: 220px;
	margin-top: 25px;
	margin-right: 220px;
}
#right_side {
	float: right;
	width: 180px;
	margin-top: 15px;
	padding-right: 20px;
}
#footer {
	position: absolute;
	height: 70px;
	width: 100%;
	bottom: 0;
	background-color : #E0C69A;
}
#footer_menu {
	position: relative;
	top: 5px;
	margin-left: 140px;
	height: 45px;
	background-color : #FAF4EA;
	font-size: 10pt;
	font-weight: bold;
	color : #5E5341;
	padding-top: 20px;
	padding-left: 20px;
}