body
{
	background-image:url('images/pozadina.jpg');
}
header
{
	width: 100%;
	height: 7%;
	background-image:url('images/pozadina2.jpg');
	
}
header h1 
{
	text-align: center; 
	
}
header nav ul li
{
	float:left;
	padding-left:15%;
	padding-right:10%;
	list-style-type:none;
}
header nav ul li a
{
	text-decoration:none;
	color:black;
	font-size:150%;
}
header nav ul li a:hover
{
	background-image:url('images/pozadina2.jpg');
}
footer
{
	background-image:url('images/pozadina2.jpg');
	width:100%;
	height:5%;
	position:absolute;
	bottom:0px;
}
section
{
	width:100%;
	position:absolute;
	top:20%;
}
section p
{
	font-size:25px;
	margin-left:4%;
}
section iframe
{
	
	border:2px solid black;
}
section h2 
{
	margin-left:4%;
	font-size:20px;
}
section h3 
{
	margin-left:4%;
	font-size:20px;
}
#slika 
{
	position:absolute;
	bottom: 10%;
	right: 10%;
	float: right;
	width: 30%;
	height: 100%;
}