Here’s one solution:
If you open up the header template and scan down to the <body>
tag you’ll see this:
<div id="container"<?php if (is_page() && !is_page("archives")) echo " class=\"singlecol\""; ?>>
You need to change it to this:
<div id="container">
or you can alter the singlecol styles to match the home page layout.