#hide {
 background-image: url('images/bodyback.gif');
 background-color: #aad1ad;
 text-align: center;
 margin: 0px;
 padding: 0px; background-position-y:50%;
}

.RightBackgroundTable {
  background-image: url('images/right-di.png');
  background-repeat: no-repeat;
  background-position:  left top;
  behavior: url('images/iepngfix.htc');
}

.LeftBackgroundTable {
  background-image: url('images/left-dig.png');
  background-repeat: no-repeat;
  background-position:  right top;
  behavior: url('images/iepngfix.htc');
}

.UpperLeftCorner {
  width: 40px;
  height: 40px;
  background-image: url('images/upperlef.png');
  background-repeat: no-repeat;
  background-position:  left top;
}

.UpperRightCorner {
  width: 40px;
  height: 40px;
  background-image: url('images/upperrig.png');
  background-repeat: no-repeat;
  background-position:  right top;
}

