Your html is all screwed up and that is probably why it isn't working. Run it through a validator and you'll see. You have a <div> in the <head> area (not allowed!) and missing quotes in other tags:
HTML Code:
<img src="/images/forumlogo.jpg" width="716" height="178 border="0" alt="Screenwriting Forum" />
And all sorts of other things that are just not allowed. Fix your html and perhaps your page will work.
http://validator.w3.org/check