body {
	background-image: url(img/poz.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 909px;
	vertical-align: bottom;

}
.mid {
	background-image: url(img/mid.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 909px;
}
.main {
	background-image: url(img/mainpoz.jpg);
	background-repeat: repeat-y;
}
.bot {
	background-image: url(img/bot.jpg);
	background-repeat: no-repeat;
	height: 147px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #264E75;
	background-color: #D7E2EE;
	width: 100px;
	text-decoration: none;
	border: 1px solid #003366;


}
.menu:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #274F76;
	width: 100px;
	text-decoration: none;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
}

