body {
  background-image: url('body-back.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: black;
}
td.header-left {
  background-image: url('header-left.gif');
  background-repeat: no-repeat;
}
td.header-middle {
  background-image: url('header-middle-top.gif');
  background-repeat: repeat-x;
}
td.header-right {
  background-image: url('header-right.gif');
  background-repeat: no-repeat;
}
td.main-left {
  background-image: url('main-left.gif');
  background-color: #2E2D2D;
  background-position: 0% 0%;
  background-repeat: repeat-y;
}
td.main-right {
  background-image: url('main-right.gif');
  background-color: #2E2D2D;
  background-position: 100% 0%;
  background-repeat: repeat-y;
}
td.footer-left {
  background-image: url('footer-left.gif');
  background-repeat: no-repeat;
}
td.footer-middle {
  background-image: url('footer-middle.gif');
  background-color: #2E2D2D;
  background-repeat: repeat-x;
  background-position: 0% 100%;
  padding-bottom: 5px; 
  text-align: center; 
  font-family: verdana; 
  font-weight: bold; 
  font-size: 10px;
}
td.footer-right {
  background-image: url('footer-right.gif');
  background-repeat: no-repeat;
}
td.middle, .undefined { background-color: #2E2D2D; }
