Body Tag
The body background image is the called guild_bg.gif and is tiled across the entire page. Technically you should only have one body tag, but in some websites they allow there users to add html to customize a page and when you add a second body tag it will override what was in the original body tag, allowing them to place a background image.
Image Tag
Here is the example for an image with 10 pixel spacers horizonal and vertical, a border of 3 pixels, and aligned to the right of the paragraph. The source is our sample image, located in the images directory.
Image Map
Below is an image map:

There is a rectanglar link over the Mystery Island Banner, and a circular link over the face of the Egyptian Walrus :)
Note: the NAME attribute within the <map> tag directly relates to the USEMAP attribute defined in the <IMG> tag.