<html lang="hr">
<head>
<title>Test</title>
<style type="text/css">
body {background: #ccc; text-align: center;}
#glavni {background: url(images/bg.gif) repeat-y; width: 770px; margin: auto; text-align: justify;}
#header {height: 150px; background: #A81C1C url(images/header.gif) no-repeat;}
#footer {background: #A81C1C url(images/footer.gif) no-repeat; height: 50px; clear: both;}
#sadrzaj {width: 570px; float: left;}
#stupac {width: 200px; float: left;}
</style>
</head>
<body>
<div id="glavni">
<div id="header">
</div>
<div id="sadrzaj">
</div>
<div id="stupac">
</div>
<div id="footer">
</div>
</div>
</body>
</html>