  
.cellClass{
  background-image : url(imagefffff.gif);
  background-repeat : no-repeat;
}
.hyoClass{
  background-image : url(image.gifkkk.gif);
  background-repeat : repeat-x;
  width : 100%;
  height : 140px;
}
BODY{
  background-image : url(imageggg.gif);
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-repeat : repeat-y;
}
