BODY {
	text-align: center; /*centre all for IE*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:76%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #dcdcdc;
}

/****Animation Page Settings*****/
#tbl {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 528px;
      height: 297px;
      margin-left: -264px; /* half of width */
      margin-top: -148px;  /* half of height */
}
#cell {
      position:absolute;
      left: 50%;
      top :50%;
      width: 528px;
      height: 297px;
      margin-left: -264px; /* half of width */
      margin-top: -148px;  /* half of height */
}
.anim{
	width:528px;
}
.anim h1{
	font-size:1.1em;
}
/****Animation Page Settings End****/
.copy{
	font-size:0.8em;
}