<html lang="hr">
<head>
<title>Test</title>
<style type="text/css">
body {background: #ccc url(back.gif) left repeat-y;}
#header {
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #A81C1C url(header.gif) no-repeat;
	z-index: 1;
}
#sadrzaj {
	width: 500px;
	position: absolute;
	top: 100px;
	left: 50px;
	color: #fff;
	z-index: 2;
}
#stupac {
	width: 150px;
	position: absolute;
	top: 100px;
	left: 600px;
	z-index: 3;
}
</style>
</head>
<body>
<div id="sadrzaj">
<!--sadrzaj-->
</div>
<div id="stupac">
<!--stupac-->
</div>
<div id="header">
<!--header-->
</div>
</body>
</html>