Okay, this is driving me crazy right now.
I want to have a border around my document. It should be nicely going around the whole window/viewport. So I define:
It also a bit ugly, but giving the body
position:relative; top:-1px; left:-1px;
worked for me.