@charset "utf-8";
/* Основен стил дизајн */

* {
	border:			0;
	margin:			0;
	padding:		0;
}

body {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		medium;
	background:  	url(book1.jpg) no-repeat fixed center;
	margin: 		0; 
	padding: 		0;
	text-align: 	center; 
	color: 			#000000;
}

#osnovnaRamka {
	width: 900px;
	height: 100%;
	position: absolute;
	margin: auto;
	margin-left:-450px;
	margin-top:0;
	left:50%;
	background-color: white;
	filter:alpha(opacity=90); /* For IE */
	opacity:0.8;/* css3 standard */
	-moz-opacity: 0.9; /* Mozilla 1.6 and older */
	-khtml-opacity: 0.9; /* Safari on Mac */
}

* html body{ /*IE6 hack*/
width:100%;
height:100%;
padding: 0 0 0 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #osnovnaRamka{ /*IE6 hack*/
height: 100%; 
width:900px;
}
#osnovnaSodrzina {
	width: 900px;
	height: 100%;
	position: absolute;
	margin: auto;
	margin-left:-450px;
	margin-top:auto;
	left:50%;

}
.banerMakavej {
width:100%;
height:120px;
overflow:hidden;
position:relative;
margin:auto;
top:0;
z-index:100;
border-bottom: 1px solid #666;
}
.sodrzina {
width:700px;
height:515px;
position:absolute;
left:200px;
background:url(sodrzina.jpg) repeat-y;
}
.top5 {background: url(top5.jpg) center top no-repeat  #7C3465; position:relative; top:517px; padding-top:25px; font-family:Arial, Helvetica, sans-serif; font-size:8px; color: white;}
.top5 img {border:1px solid #ccc;}
.top5 a { color: white; text-decoration:none; }
.top5 a:hover { text-decoration: underline; }