@charset "windows-1250";

body {
	background-color: #3e2c25;
	margin-top: 0px;
}
#kontejner {
	width: 950px;
	height: 710px;
	position: relative;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: auto;
}

#podloga_slika {
	background-image: url(slike/podloga_slika11.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 556px;
	width: 843px;
	background-position: right top;
	right: 0px;
	top: 0px;
}
#podloga_dno {
	background-image: url(slike/dno.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 833px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}


#meni {
	background-repeat: no-repeat;
	height: 158px;
	width: 97px;
	position: absolute;
	top: 220px;
	left: 30px;
	background-image: url(slike/menu_4a.png);
}
#sadrzaj {
	position: absolute;
	height: 260px;
	width: 705px;
	top: 200px;
	left: 170px;
}
