How to set background image margin in css?

Background images, just as the name implies, are part of the BACKGROUND of a website, not part of the actual content. The most common place to add a background image to, is the entire canvas – aka the body tag.
The CSS to add an image to a body tag is simple:
body { background:...