@charset "utf-8";
/* CSS Document */

  .wrapcentertop {
  float:left;
  background:url(../images/backgrounds/centercolumntop.png) top no-repeat;
  }
.wrapcentermiddle {
float:left;
width:479px;
  background:url(../images/backgrounds/centercolumnwhitebottom.png) bottom no-repeat;
  }
.wrapcenterbottom {
float:left;
width:479px;
  background:url(../images/backgrounds/centercolumnbottom.png) bottom no-repeat;
  }
#topedgethincenter {
  float:left;
  margin-left:0px;
  background:url(/images/backgrounds/centercolumntopthin.png) top no-repeat;
  width:479px;
  height:20px;
}
.wrapcentermiddlerepeat {
float:left;
width:479px;
  background:url(../images/backgrounds/centercolumnmiddle.png) repeat-y;
  }
