This is really a matter of the positioning of the e17 division, which is currently absolute, so will not move in relation to other content on the page. However, it appears to me that virtually all of your page is built upon absolute positioning. Absolutely positioned elements do not take up any layout space, so will not for the most part react to other elements being introduced to the page that do.
The best approach here would probably be to redesign the entire page so as to not rely so heavily upon absolute positioning. But that is beyond the scope of this forum, though we could help you with that if you decided to give it a shot and ran into a problem or two. If you want to go down that road, post any questions you might have about it in the HTML or the css sections of the main forum.
For the time being, it looks to me that you could just move e17 out of the way, move it lower on the page:
Code:
<div id="e17" style="position:absolute;left:273px; top:1000px; width:500px;height:64px;">
something like that, leaving room for your imported content.
Bookmarks