/* CSS Document */
<style type="text/css">

.tabls {
	background-image:url(images/jtweb_04.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.squares {
	background-image:url(images/jtweb_02.gif);
	background-repeat:repeat-y;
	}
.bod {
	background-image:url(images/jtweb_05.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.sidetab {
	background-image:url(images/jtweb_04.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	    .centable
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 955px;
      height: 642px;
      margin-left: -477px; /* half of width */
      margin-top: -321px;  /* half of height */
	  }
</style>
