Yeah, I can see that this is hand-coded HTML, and a now-obsolete variety. You'll want to read up on CSS to get rid of those FONT tags. In the short term, you'll want to make sure you are closing the ones you are using, I see lots of missing </font> there.
----
On to the immediate problem you asked about though:
First, you have a <td> before your <table> tag. Lose that.
Second, you are missing a <td> after the first </td> (if I understand what you are trying to do, it should go just above the <center> tag before the "Vics.world" title).
----
More less pressing things you'll want to think about: that sea of <br> tags is kind of evil, but fine I guess for quick-n-dirty formatting. Also, <center> is another tag that's been obsoleted by CSS.