The problem is caused by an iframed page having tables within a main page having tables too.
Get rid of the table containing your iframe and replace it (=table+iframe) with something like this:
Code:
<div style="position: relative; top:-5px; width: 870px; overflow: auto; overflow-x: hidden; margin: auto; ">
<iframe style="position: relative; left:-2px; width: 889px; height: 550px; overflow-x:hidden; overflow-y: auto" frameborder="0" src="http://www.scorchedsand.net/Hawthorn/welcome.html"></iframe>
</div>
This is based on your page's source.
Bookmarks