Sekcje 3

<style type="text/css">
<!--
div.kontener {position:relative; width:760px; height:100px}

div#s1 {                   width:760px; height:70px;                     background-color:aqua}
div#s2 {position:absolute; width:160px; height:100px;                    background-color:fuchsia}
div#s3 {position:absolute; width:600px; height:100px; left:160px; top:0; background-color:lime}
div#s4 {                   width:760px; height:50px;                     background-color:yellow}
-->
</style>
Sekcja 1
Sekcja 2
Sekcja 3
Sekcja 4

Kod dla sekcji

<div id="s1">Sekcja 1</div>

<div class="kontener">

<div id="s2">Sekcja 2</div>
<div id="s3">Sekcja 3</div>

</div>

<div id="s4">Sekcja 4</div>

Strona główna