Your page is very quirky (not written with web standards in mind). However, in addition to that, you have an open comment tag which never gets closed at the beginning of the body area. Any browser would be within their rights to interpret this to mean that there is no content. Get rid it of it and your problems will begin to be solved, but there will be other issues.
I would suggest validating your page*. But simply getting rid of the highlighted section may be enough for your purposes:
Code:
<body
onload="Clone('clone');Static();"
background="image/notebook.jpg" leftmargin="0" topmargin="0"/>
</div><!-- <div align="center">
<img border="0" src="questions/intro.jpg" width="1273" height="458" align="left" style="position: absolute; left: 0; top: 0">
<p>
<blockquote>
</script>
<div id="smoothmenu2" class="ddsmoothmenu-v">
<ul>
Nice looking page by the way.
* To validate a page, see:
http://validator.w3.org/
Bookmarks