#homepage-container {
  margin: 46px auto 75px auto;
  padding: 0;
  width: 898px;
  overflow: hidden;
  display: inline-block;
}
#homepage-container {
  display: block;
}
#homepage-container #left-box {
  float: left;
  margin-left: 1px;
  padding: 0;
  width: 205px;
  height: 353px;
  border-right: 1px solid #fff;
}
#homepage-container #center-box {
  float: left;
  margin: 0;
  padding: 0;
  width: 391px;
  _width: 390px;
  height: 353px;

  background: #888888;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-right: 1px solid #fff;
  overflow: hidden;
  display: inline-block;
}
#homepage-container #center-box.full{
width:597px !important;
_width:596px !important;
_height:354px;
margin-left:1px;
}

#homepage-container #center-box {
  display: block;
}
#homepage-container #center-box #content {
  margin: 20px 0 0 15px;
  padding: 0;
  width: 360px;
}

#homepage-container #center-box.full #content{
width:559px !important;
_width:558px !important;
}

#homepage-container #right-box {
  float: right;
  margin-right: 1px;
  padding: 0;
  width: 298px;
  height: 353px;
}