div#main {
position: absolute;
width: 800px;
margin-left: -450px;
left: 50%;
}
div.div1 {
width: 650px;
height: 300px;
float: left;
background-color: green;
}
div.div2 {
width: 150px;
height: 300px;
float: left;
background-color: red;
clear: right;
}
div.div3 {
width: 400px;
height: 50px;
float: left;
background-color: blue;
}
div.div4 {
width: 400px;
height: 50px;
float: left;
background-color: yellow;
}