Well, I am looking at the source to see what I can see..
I doubt these relate, but you might want to check:
<div id=noText"> </div>
and put a quote in front like <div id="noText"> </div>
and on the comment form:
<form action="https://www.elpweb.com/flsc/movies/wp-comments-post.php" method="post" id="commentform" name="commentForm">
it is cap sensitive.. so make both commentform or commentForm
——————–
sorry, I was rambling.. those are minor things and I apologize for going on..
back to the top thingee..
I see it at
</div> <!--close header-->
<div id="right">
<div id="content">
<a id="top"></a>
maybe put it before </div> <!--close header-->
?
so it reads
<a id="top"></a>
</div> <!--close header-->
<div id="right">
<div id="content">
since after the header, it would refer to the index.php and not the header of tht page..