Do we really need a #container to center CSS layouts? I think not!
From the very beginning, I was taught that a container div should be used to center layouts. Apparently, the body element can itself be used to center the layout removing the need to use an extra wrapper.

