  
.CellClass{
  background-image : url(image/int1.gif);
  background-repeat : no-repeat;
}
.HyoClass{
  background-image : url(image/int2.gif);
  background-repeat : repeat-x;
  width : 100%;
  height : 200px;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(image/int3.gif);
  background-repeat : repeat-y;
}
