To add an image background to your Site:
-:] Code -          <style type="text/css"><!-- body{background:url(image url);background-attachment:fixed} //--></style>
The background is FIXED meanin it wont move on ur screen.


    To add an image background and a color background to your Site:
-:] Code -          <style type="text/css"><!-- body{background:#000000 url(image url);background-attachment:fixed} //--></style>
Addin a color background is good so just incase the image url does not work the color will show instead.


    To position your background to cover the whole page add style="position:absolute;top:0px;left:0px" to an image code
-:] Code -          <img src="url of image" style="position:absolute;top:0px;left:0px">
This will make your own layout style, You must position your content over the image!


    To make a pattern background.
-:] Code -          <body background="url of background">
This will take that one image and make it repeat to fill up the window that is opened [pattern]