BODY{
  background-repeat : repeat;
  background-attachment : fixed;
}
.fixedWidth600{
  width : 600px;
  position : absolute;
  top : 5px;
  left : 0px;
}
.fixedWidth800{
  width : 800px;
  position : absolute;
  top : 5px;
  left : 0px;
}
.fixedWidth700{
  width : 700px;
  position : absolute;
  top : 5px;
  left : 0px;
}
.variableWidth{
  position : absolute;
  top : 5px;
  left : 0px;
}

