This is your problem:
HTML Code:
<body class="leafybackground" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
You need to fix this on all your pages.
Like I mentioned before, use a style to control the body margins.
HTML Code:
<body class="leafybackground" style="margin:0px;">