Site postion

I created the following site: [www.pacific-emarket.com/whole site/index.htm](http://www.pacific-emarket.com/whole site/index.htm)

Notice how it floats with a white border around the whole site, I tried to remove it but it dosent work, I want the site flush against the sides.

link to my css: [www.pacific-emarket.com/whole site/main.css](http://www.pacific-emarket.com/whole site/main.css)

<FONT style=“BACKGROUND-COLOR: #ffffff”>does the following not work?
<FONT style=“BACKGROUND-COLOR: #f5f5ff”>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >

Add this to your CSS file:

body {
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
}