Supposing I\'m setting a background image for a web page in CSS like this:
body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: Verdana, Arial, Sans
Don't forget you can apply styles to the HTML element:
html { background: url(images/whatever.gif); }