body {
	margin: 0px;
	background-image: url(slike/back.png);
	background-repeat: repeat-x;
}
#banner {
	height: 200px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#navigacija {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #009;
}
#content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
}
#content #lijevo {
	float: left;
	width: 180px;
	margin-top: 30px;
}
#content #desno {
	float: right;
	width: 750px;
	margin-top: 15px;
}
#dolje {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
}
