#main {
	position: absolute; 
	width: 100%; 
	height: 100%;
	text-align: center;
}
#menu_bg {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 33px;
	background-image: url(../files/body/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#stopka_bg {
	width: 100%;
	height: 23px;
	background-image: url(../files/body/stopka_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#main_width {
	position: relative; 
	width: 730px; 
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}
#baner {
	position: relative;
	width: 730px;
	height: 150px;
	clear: both;
	background-image: url(../files/body/baner_mapa.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
}
#menu {
	position: relative;
	width: 730px;
	height: 33px;
	clear: both;
	background-image: url(../files/body/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
#content {
	position: relative;
	width: 730px;
	clear: both;
	text-align: left;
	padding-bottom: 10px;
}
#stopka {
	width: 730px;
	height: 23px;
	clear: both;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	z-index: 20;
}
#stopka_menu {
	width: 500px;
	height: 23px;
	float: right;
	text-align: right;
}
#stopka_copyright {
	width: 200px;
	height: 23px;
	float: left;
	text-align: left;
}
