I'm using rounded corners on my header and footer divs, and in order for them to display correctly, I have to define my content's background color using the container div instead of the wrapper div. If I define the background color in the wrapper div, my rounded corners don't display correctly.
See: http://inrepair.files.wordpress.com/2008/10/corner_problem.jpg
This works great except on short pages, where the background color only goes to just below the post and doesn't extend down to the footer.
See: http://inrepair.net/contact/
Is there a workaround so that I can keep my rounded corners and have my background color go all the way to the footer?