From: Daniel Piechnick
Hi Michael. Start by making your image 779 pixels wide. (Gotta leave room for the scrollbar.) Also, you'll need to remove all your page margins. Remove the top and left margins the normal way. Use the following code to remove the right and bottom margins (put it above your <HEAD> tag. Here it is: <style type="text/css"><!--body { margin: 0; padding: 0 } --></style>