This line is wrong:
HTML Code:
<div><div style="float:left; width:47px; height:29px;"><img src="http://www.gamemasterx.com/forum/images/gmx-site/misc/menuleft.gif" align="left"></div><div align="center" style="width:900px; height:29px;"><div style="float:right; width:47px;; height:29px;"><img src="http://www.gamemasterx.com/forum/images/gmx-site/misc/menuright.gif" align="right"></div>
Should be (I broke it up so you can see the basic structure - you can put it all on one line if you want):
HTML Code:
<div><div style="float:left; width:47px; height:29px;"><img src="http://www.gamemasterx.com/forum/images/gmx-site/misc/menuleft.gif" align="left"></div>
<div style="float:right; width:47px;; height:29px;"><img src="http://www.gamemasterx.com/forum/images/gmx-site/misc/menuright.gif" align="right"></div>
<div align="center" style="width:900px; height:29px;">