try this it should sort out firefox but the effects on ie could be drastic.
Find this piece of code.
- HTML: Select all
<div id="Layer2" style="position:absolute; left:3px; top:125px; width:786px; height:3524px; z-index:18; visibility: visible">
And change top:125px; to top:101px;
Then find
- HTML: Select all
<div id="Layer4" style="position:absolute; left:0px; top:0px; width:791px; height:132px; z-index:19; visibility: visible">
And change top:0px; to top:-20px;
Give it a try.
Pat