You will probably find that it is a CSS error, this isn't a neat fix but it should do what you need. Open up your template file and replace the following line...
PHP:
<center><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></center>
With...
PHP:
<center><br><br><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></center>
As I said it's not a neat fix, if someone on staff can please advise if the javascript ad code uses absolute positioning to insert the ad into the page. If it does then my fix won't work and someone from staff will need to be consulted. Hope this works though.