I agree (and That is what I do for all my PERSONAL touch-ups)
Code:
margin: .5em 0 0 0 ;
I use a top margin, I avoid a bottom margin, as it can cause a blank last screen in some cases.
Code:
<p>Last line</p>
</body>
(If you have a bottom margin, it has to render before it hits the body end)