.BANNER{
  background-color: transparent;
  width: 983px;
  height: 505px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: center;
  background-position-y: top
}

.PTB {
  background-color: transparent;
  width: 983px;
  height: 505px;
  background-position-x: center;
  background-position-y: top;
  background-image: url(ptb.jpg);
  background-repeat: no-repeat;
  margin: 0px;
}

.NAV{
  background-color: transparent;
  width: 100%;
  height: 177px;
  background-image: url(nav.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: center;
  background-position-y: top
}


.MAIN{
  background-color: transparent;
  width: 100%;
  height: 214px;
  background-image: url(main.jpg);
  background-repeat: repeat-y;
  background-position: top;
  background-position-x: center;
  background-position-y: top;
  margin: 0px;
}

.BASE{
  background-color: transparent;
  width: 100%;
  height: 114px;
  background-image: url(footer.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: center;
  background-position-y: top;
}

.SHOPPING{
  background-color: transparent;
  width: 100%;
  height: 141px;
  background-image: url(SHOPPING.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: center;
  background-position-y: top;
}