@charset "UTF-8";
/* CSS Document */

#topmenu {
	display: block;
	float: left;
	height: 62px;
	width: 901px;
	text-align: center;
}
#bottommenu {
	display: block;
	float: left;
	width: 900 px;
	height: auto;
	text-align: center;
}
#page {
	display: block;
	float: left;
	width: 901px;
	height: 62px;
}
#bigpic {
	display: block;
	float: left;
	width: 900px;
}
#bot4menu {
	display: block;
	float: left;
	width: 900px;
	height: auto;
	margin-bottom: 20px;
}
#footer {
	display: block;
	float: left;
	height: 130px;
	width: 900px;
	background-image: url(../images/images_layout/HP_footer.jpg);
	background-repeat: no-repeat;
}
#footer_russian {
	display: block;
	float: left;
	height: 120px;
	width: 900px;
	background-image: url(../images/images_layout/HP_footer_eng.jpg);
	background-repeat: no-repeat;
}
#footer_english {
	display: block;
	float: left;
	height: 120px;
	width: 900px;
	background-image: url(../images/images_layout/HP_footer_eng.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	margin-right: auto;
	width: 901px;
	margin-left: auto;
}
#timestamp {
	font-size: 8px;
	color: #CCC;
}

