a img, :link img, :visited img {
	 border: 0;
}
/* reset */



#wrap {
	width:850px;
	margin:0px auto;
}

#nav {
	width:850px;
	margin-top:30px;
	float:left;
	height:60px;
}
a .nav { display: none; }

a#nav1 {
    display: block;
    width: 69px;
    height: 50px;
    background-image: url(news.png);
    background-repeat: no-repeat;
    background-position:left center;
    margin: 0 auto;	float:left;
}
a#nav2 {
    display: block;
    width: 156px;
    height: 50px;
    background-image: url(animations.png);
    background-repeat: no-repeat;
    background-position:left center;
    margin-left:92px;	
	float:left;
}
a#nav3 {
    display: block;
    width: 53px;
    height: 50px;
    background-image: url(jpg.png);
    background-repeat: no-repeat;
    background-position:top center;
    margin-left:92px;	
	float:left;
}
a#nav4 {
    display: block;
    width: 124px;
    height: 50px;
    background-image: url(members.png);
    background-repeat: no-repeat;
    background-position:top center;
	margin-left:92px;	
	float:left;
}
a#nav5 {
    display: block;
    width: 77px;
    height: 50px;
    background-image: url(video.png);
    background-repeat: no-repeat;
    background-position:top center;
    margin-left:92px;	
	float:left;
}
#content{
	float:left;
	width:550px;
	background-image: url(content.png);
    background-repeat: repeat;
}
#asifa{
	float:right;
	width:300px;
	text-align:center;
}
#prikaz{
	padding:10px;
	color:#333333;
}
#slika{
	float:left;
	width:90px;
	height:90px;
	background:#ff0000;
	padding:2px;
	margin:5px;
}
.naslov{
	font-family:Myriad Pro, Arial, Helvetica;
	font-size:18px;
	font-weight:bold;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
	color:#ff0000;
	display:block;
	width:500px;
	text-decoration:none;
}