@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}

body{
background-color:#000;
color:#aaa;
margin:10px 0 0 0;
font-family:Verdana;
margin-bottom:10px;
text-align:center;
}
img{
border:0px;
}
#main{
	width:530px;
	margin:0 auto 0 auto;
}
#zagreb, #sipan{
	position:relative;
	z-index:10;
	width:530px;
	margin:5px 0 5px 0;
}
.box{
	overflow:hidden;
	position:relative;
	width:230px;
	height:230px;
	background-image:url(../images/frontpage-slide.jpg);
	display:inline-block;
}
#footer{
	font-size:10px;
	position:absolute;
	bottom:5px;
	text-align:center;
	left:0;
	right:0;
	z-index:1;
}
a{
text-decoration:none;
color:#999900;
}
a:hover{
text-decoration:underline;
}