Link http://alcopone.pl/test/
body { background: url(img/bg.png) top center repeat-x; } #container { background: url(img/header.png) top center no-repeat; height: 800px; width: 1081px; margin: auto; } #logo_right { background: url(img/logo_right.png) top left no-repeat; position: absolute; top: 70px; left: 900px; width: 100%;; height: 300px; } <body> <div id="container"> <div id="logo_right"> </div> <div id="header"> Logo </div> </div> </body>