body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;		
	background-color: #202f34;
}
a, img {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
img {
	border: 0px;	
}
#all {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	color: #89979A;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 24px;
}
h1 {
	font-size: 28px;
}

#logo {
	float: left;	
}
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 991px;
	padding 0px;
}
#content {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	width: 991px;	
	min-height: 86px;
}
#adres {
	float: right;
	width: 314px;
	border: 1px solid #000;
}
.adresBox {
	padding-top:24px;
	font-size: 20px;
}
.adresBox span {
	color: #89979A;
}
