/* Right box hack for MSIE */

#content-box { 
  position: relative;
}

#right-box {
  position: absolute;
  top: 31px;
  right: 0px;
  margin: 0px;
  float: none;
}
