per centrare la tabella con i css dicono di fare così:

.centrotab {
margin-left:auto;
margin-right:auto;
width:200px;
height:200px;
text-align:center;
}


la cosa strana è che con firefox funziona con IE nemmeno per sogno.

dai un'occhiata qui:
http://www.granneman.com/webdev/codi.../centertables/

Ciao