One thing is you are missing the closing div tag for this:
Code:
<div align="center">
Which is antiquated coding and isn't necessary to center your table.
You should move all your styles to an external stylesheet. Then for the table element give it an id and set the margins on the left and right to auto.