body {
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	}
#sadrzaj {
	margin-top: -60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 840px;
	position:relative;
	top:20px;
	z-index:1;
}
	
#sve {
	width: 780px;
	margin-top: -570px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: center;
	}
	
#sve a {text-decoration:none;
		color:#333;
		}
		
#sve a:hover {text-decoration: underline;}