#strana{
width: 1000px;
height: 800px;
margin: auto;
}

#zaglavlje{
width: 1000px;
height: 431px;
float: left;
}

	#top{
	width: 1000px;
	height: 50px;
	float: left;
	background-image: url(images/div_top.png);
	}

	#flash{
	width: 1000px;
	height: 345px;
	float: left;
	}

	#kraj_zaglavlja{
	width: 1000px;
	height: 36px;
	float: left;
	background-image: url(images/kraj_zaglavlja.png);
	}

#middle{
width: 1000px;
height: 1000px;
float: left;
}
	
	#space_l{
	width: 16px;
	height: 369px;
	float: left;
	}
	
	#centralni{
	width: 968px;
	height: 1000px;
	float: left;
	background-image: url(images/div_middle.png);
	background-repeat: repat-x;
	}
		
	#space_r{
	width: 16px;
	height: 369px;
	float: left;
	}
	
#bottom{
width: 1000px;
height: 41px;
float: left;
background-image: url(images/div_bottom.png);
background-repeat: no-repeat;
}
