конечно есть много решений. Можно было бы следующее:
HTML
<div id="wrapper">
<div id="one">One</div>
<div id="two">Two</div>
<div id="three">Three</div>
<div id="four">Four</div>
<div id="five">Five</div>
<div id="six">Six</div>
</div>
CSS
#wrapper {
width:960px;
}
#one {
width:100%;
height:100px;
background:#0C9;
}
#two, #three, #four, #five, #six {
width:480px;
}
#two, #four, #six {
float:left;
height:100px;
}
#three, #five {
float:right;
}
#three {
height:200px;
}
#five {
height:150px;
}
#two {
background:#06F;
}
#three {
background:#093;
}
#four {
background:#699;
}
#five {
background:#F06;
}
#six {
background:#666;
}
живой пример: http://jsbin.com/iquyu5