It would probably be easier to make css tweaks specifically for the home page template (thats what I do).
You could add this to your css file and it would remove the border and the padding for the home page –
.home #inner {
border: none;
padding: 0;
}
Your site design is looking pretty good, let me know when you’re done.