in the days of HTML to get a page to "hug" the left and top edge of browser window (that is to have graphics for instance bleed right to the edge) you'd use the leftmargin="0" and topmargin="0" in the body tag
from what I understand that is no longer supported by XHTML 1.0, correct?
what do you do these days?