@charset "utf-8";
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #8e8e8e;
	background-attachment: fixed;
	background-image: url(../img/main_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
}

div.logo {
	margin-left:87px;
	margin-top:35px;
	width:118px;
	height:140px;
	position:absolute;
}

div.top_image {
	margin-left:270px;
	margin-top:0px;
	position:absolute;
}

div.top_image_repeater {
	margin-left:1170px;
	margin-top:0px;
	position:absolute;
	width:auto;
	overflow:hidden;
}

div.menu {
	width:150px;
	margin-left:75px;
	margin-top:241px;
	position:absolute;
}

div.menu_item_active {
	width:150px;
	margin-bottom:10px;
}

div.stopka {
	font-size: 10px;
	margin-top:30px;
}

div.title {
	text-align:right;
	margin-left:380px;
	margin-top:190px;
	position:absolute;
	min-width:550px;
	width:550px;
}

div.text {
	text-align:right;
	margin-left:380px;
	margin-top:218px;
	position:absolute;
	min-width:550px;
	width:550px;
}

img {
	border:none;
	border-width:0px;
}

a.menu_item {
	width:150px;
	display:block;
	margin-bottom:10px;
}

