body {
 text-align:center;
}

#container {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}

#wrapper {
 width:610px;
 float:left;
 margin-right:10px;
}

#boxA {
 text-align: center;
 padding: 10px 0px 10px 0px;
 background: silver;
}

#boxD {
 width:180px;
 float:left;
}

#boxE {
 width:100%;
 clear:left;
 background: silver;
}

#boxB {
 width:420px;
 float:right;
 margin-left:10px
}

#boxC {
 text-align: center;
 width:180px;
 float:right;
}

div.item {
  margin: 1em 0 0;
  width: 100%;
  overflow: hidden; /* clear float */
}

div.item img {
 float: right;
 vertical-align: top;
 display: inline;
}

