Where you have the line:
replace it with
Code:
<!-- main area -->
{if $main eq "pages" or $main eq "product"}
{include file="customer/home_main.tpl"}
{else}
then below that find the line
Code:
{include file="rectangle_bottom.tpl" }
and replace it with
Code:
{/if}
{include file="rectangle_bottom.tpl" }