@charset "utf-8";

body {
	margin: 0px;
	background: url(../images/pozadina.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container_top {
	width: 1024px;
	margin: 0 auto;
	background-image:url(../images/container_top.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 20px;
	margin-top: 115px;
}
#container_bottom {
	width: 974px;
	margin: 0 auto;
	background-image:url(../images/container_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#top {
	height:135px;
	background-image: url(../images/top.png);
}
#head {
	width:1024px;
	margin: 0 auto;
	padding-top: 20px;
}


.clear {
	clear:both;
	height:2px;
}
/* ********** UNUTRASNJOST STRANA ********** */
.polje1 {
	width:300px;
	margin-left:45px;
	float:left;
	text-align: justify;
}
.polje1a {
	width: 300px;
	margin-left: 25px;
	float: left;
	text-decoration: none;
}
.polje2 {
	width:625px;
	margin-left:45px;
	float:left;
}
