#content{
 height: 372px;
 background: #ebebe4;
 color: #464438;
 font-size: 12px;
}

#left {
 float: left;
  width: 200px;
}

#right {
 float: right;
 width: 480px;
}

#right img {
 margin-right: 10px;
 margin-bottom: 10px;
 cursor: pointer;
}