#wrapper {
  background: url(uploads/media/stripe_home_body.gif) repeat-x 0px 316px;
}
*+html #wrapper {
  background: url(uploads/media/stripe_home_body.gif) repeat-x 0px 295px; 
}
* html #wrapper {
  background: url(uploads/media/stripe_home_body.gif) repeat-x 0px 295px; 
}
#box {
  background: url(uploads/media/stripe_home.gif)  no-repeat 0px 316px;
  
}
*+html #box {
  background: url(uploads/media/stripe_home.gif)  no-repeat 0px 295px;
  min-height: 487px;
  height: auto !important;  /* für moderne Browser */
  height: 487px;  /*für den IE */
}
* html #box {
  background: url(uploads/media/stripe_home.gif)  no-repeat 0px 295px;
  min-height: 487px;
  height: auto !important;  /* für moderne Browser */
  height: 487px;  /*für den IE */
}
