First of all the I have this current problem with http://upleft.co.uk, but I was going to re-do it anyway but I've come across the same problem
http://www.twobeds.com/upload/userfiles/RandomTom/upleft/test.html
You'll see in IE that the background re-applies itself to the width of the content, how can I get past this, I'm sure it's a simple question with a simple answer, thanks.
http://www.twobeds.com/upload/userfiles/RandomTom/upleft/test.html
You'll see in IE that the background re-applies itself to the width of the content, how can I get past this, I'm sure it's a simple question with a simple answer, thanks.

Code:
body, html {
margin: 0 auto;
padding: 0;
width: 720px;
color: #000;
font: 0.9em tahoma;
background: #F9F7EF url("images/test/grads.gif") repeat-x;
}
#wrap {
padding-top: 260px;
width: 720px;
overflow:visible;
margin: auto;
}