Hi,
In the menu manager, add the page class suffix: hideit
to your "Home" menu item in Parameters (Advanced)
Then add the following to the bottom of your template.css file
for the entire main area
.hideit #main-body-surround {display: none !important;}
or for only the article area
.hideit #main-body {display: none !important;}
I just tried this method using firebug on your site and it works great. If you are having trouble figuring out how to implement this solution you can PM me super admin details and I will do this for you.