hy,
try this in your main portal page:
<div style="OVERFLOW: auto; WIDTH: 1024px; HEIGHT: 650px">
<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr height="*" valign="top">
<td width="5">
</td>
<td id="LeftPane" Visible="false" Width="170" runat="server">
</td>
<td width="1">
</td>
<td id="ContentPane" Visible="false" Width="*" runat="server">
</td>
<td id="RightPane" Visible="false" Width="230" runat="server">
</td>
<td width="10">
</td>
</tr>
</table>
</div>