I see what you mean, did you want it in place of where you have "Adultchatspar" and the "search member video"?
Edit: I've modified the html to remove the above and add an image code in it's place, all you need to do is scroll down the source and replace the code with..
<body>
<table align="center" width="715" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img border="0" src="
insert image url here" width="756" height="100"></td>
</tr>
<tr><td><div id="langBar">
The image would need to be resized to "756" to be flush with the main table and the height you can change if needed.

If you want to move the "search member video" at the bottom, you can add this code..
<div align="center" id="video">
<a href="/static/video/video.do"><img src="/images/skin/Index/video_icon.gif" width="79" height="32" alt="Video" title="Video" align="left" />Search members video!<br /><span style="text-decoration:underline">Start watching here</span></a>
</div>
Hope this helps.