/* CSS Document */

#centertab
{
	table-layout: fixed;
	  position: relative;	 
	  left: -9px;
	  top: 80px;
	  width: 1000px;
	  height: 500px;
	  overflow:auto;
      background-color:#FDFAFC;	    
}



