Hi,
First thing to do is to correct the code. Run the url through the validator at W3C
http://validator.w3.org/
I get 18 serious errors. Most will be resolved when you add the missing DOC TYPE.
One of the issues is that without a DOC TYPE it throws the browser into quirks mode, so it does not understand how to interrupt the code.
Are you hand coding or using a WYSIWYG program?