I'm trying to achieve a 50px space at the bottom of my page, below the main content area so that no matter what text size the user is at, or how much content happens to be inside the page - there is always a proceeding 50px space after the content area which will make either the container div(transparent) or body show.
It sounds fairly simple, and I've fiddled about setting margins and padding to my container div and the body tag etc, but I'm having no luck what so ever. The increase in size or content pushes past whatever space I manage to create.
Is there a general, clean approach of producing this effect?