* {
	margin:0px; 
	padding:0px;
	}

body {
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.container-left {
	width:283px;
	height:519px;
	background-image:url(img/logo.png);
	float:left;
}

.container-right {
	width:588px;
	float:left;
	margin-left:15px;
}

.menu {
	margin-top:65px;
	width:248px;
	height:49px;
	background-image:url(img/menu.png);
	padding-left:340px;
}

.djanti {
	float:left;
	margin-right:5px;
}

.djanti a {
	display:block;
	width:100px;
	height:30px;
	 
}

.djanti a:hover {
	background-image:url(img/menu.png);
	background-position:248px -49px;

}

.contact a:hover {
		background-image:url(img/menu.png);
		background-position:143px -49px;
}

.contact {
	float:left;
}

.contact a {
	display:block;
	width:125px;
	height:30px;
 
}
	

.main {
	background-image:url(img/bg2.png);
	background-repeat:repeat-y;
	padding:11px;
}

.footer {
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	padding-top:18px;
	width:588px;
	margin-bottom:50px;
}

.pole {
	width:108px;
	height:139px;
	float:left;
	margin:11px;
	background-image:url(img/pole.png);
	padding:15px 0px 0px 10px;
}

.pole img {
	border:0px;
}

.map {
	width:264px;
	float:left;
	margin:8px;
}

.map2 {
	width:249px;
	float:left;
	margin:8px;
	padding-left:15px;
}

.map p {
	margin-left:15px;
}

.clearb {
	display:block;
	clear:both;
}


