#site-box {
width: 800px;
 }
#a-box { }
#b-box {
       float: left;
}
#c-box {
       float: right;
}
#d-box {
       clear: both;
}