Simply add this code to any HTML tag:
style="background-image:url(background.jpg)"
You can add straight colors, rather than images, for your background:
style="background-color:#B6C397"
CSS also gives you a great amount of control over your regular page backgrounds :
<style type="text/css"><!--
body {background-image:url(background.gif);
background-repeat:no-repeat}
--></style>Offline