@tamorgen: I see that you are using Catch Box Free theme and have removed the footer credit information about Catch Box Theme. You need to acknowledge theme credit in your site. It’s the only reference we get for providing best quality theme with free support.
You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the grey background in your main wrapper.
.site, #main { background: none transparent; }
Further, if you want to remove white background form your content area then you can add the following css in “Appearance => Theme Options => Custom CSS” box
.hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
background: none transparent;
}