<style type="text/css">
<!--
* {
 margin:0;
 padding:0;
}


#boxA {
 background:;
}

#boxB {
 background:;
}

#boxC {
 background:;
}

#boxD {
 background:;
}

body {
 text-align:center;
}

#container {
 width : 900px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}

#boxB {
 width:590px;
 float:left;
}

#boxC {
 width:160px;
 float:left;
}

#boxD {
 width:100%;
 clear:left;
}

-->
</style>