body {
	background-color: #717171;
	background-image: url(../_img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
}
#container {
	height: 440px;
	width: 686px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_img/container-bg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 57px;
	padding-left: 57px;
}
#header  {
	background-image: url(../_img/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 686px;
}
#slides {
	float: left;
	height: 330px;
	width: 350px;
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
#info {
	float: left;
	width: 316px;
	margin-left: 20px;
}
#tim-uspesnih {
	text-align: center;
	margin-top: 75px;
	height: 90px;
}
#tim-uspesnih p {
	font-size: 14px;
	font-style: italic;
	color: #00652e;
}
#tim-uspesnih a {
	background-image: url(../_img/tim-uspesnih.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 208px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-position: top;
}
#tim-uspesnih a:hover {
	background-image: url(../_img/tim-uspesnih.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#dokumenti {
	margin-top: 20px;
	margin-left: 50px;
}
#dokumenti p {
	font-size: 14px;
	line-height: 22px;
	color: #ce171f;
}
#dokumenti a, #dokumenti a:visited {
	color: #ce171f;
	text-decoration: none;
}
#dokumenti a:hover {
	text-decoration:underline;
}
#dokumenti p img {
	margin-right: 5px;
	bottom: -5px;
	position: relative;
}
#footer {
	text-align: center;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size:14px;
	color:#333;
}
#footer a, #footer a:visited {
	color:#222;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;}
.hidden {
	text-indent: -9999px;
}

