How do I have a large image as my web page background without having the horizontal scrollbars appear?
Here is the web page I am referring to:
http://70.38.38.174//where-does-this-drain-to/where-does-this-drain-go.html
Here is my css:
body {
background: #3F3F3F url(bg.jpg) no-repeat center top;
color: #222222;
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 75%;
}
Thanks in advance!
M