Hi sorema,
Edit your layout and remplace for something like that:
<style type="text/css" media="screen">
@import url( {LAYOUT_PATH}/css/{CSS} );
</style>
<table width='100%'>
<tr>
<td colspan='2' >{MAGAZINE_NAME}{MAGAZINE_DESC}</td>
</tr>
<tr>
<td valign='top' width='100%'>
<table width='100%'>
<tr>
<td valign='top' width='50%'>{ZONE_2}</td>
<td valign='top' width='50%' style="padding-top:4px;">{EDITION_NAME}{EDITION_DESC}{EDITION_IMAGE}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign='top' width='100%'>YOUR BANNER HERE</td>
</tr>
<tr>
<td valign='top' width='100%'>{ZONE_1}</td>
</tr>
</table>
</body>
</html>
Best regards,