/Images/myImage.png
this has to be in root of your domain/subdomain
http://website.to/Images/myImage.png
and it will work
However, I think it would work like this, too
- images
- yourimage.png
- styles
- style.css
style.css:
body{
background: url(../images/yourimage.png);
}