/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	font-size: 80%;
	text-align: center;
}

* html #body {
	height: 100%;
}

#top {
	position:absolute;
	width: 396px;
	height: 66%;
	left: 50%;
	margin-left: -195px;
	background-color:#FFFFFF;
}
#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34%;
	width: 100%;
	background: url(/images/index/menu_bg.jpg) top left repeat-x;
	background-color: #5D6B7B;
}
#logos {
	position: relative;
	top: 50%;
	margin-top: -100px;
	vertical-align: bottom;
}
#menu {
	line-height: 0px;
	font-size: 0px;
	position:relative;
	width: 539px;
	height: 66%;
	margin: 0 auto;
	white-space: nowrap;
	height: 25px;
}
#logos_ru_en {
	position:relative;
	width: 295px;
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}
#logobig {
	position:absolute;
	top: 66%;
	margin-top: -70px;
	left:50%;
	margin-left: -157px;
}
