Background Image
To add a background image to your site, simply place the italic text into your <body> tag.
<body background="url of image here">
You can also place your background image information into your stylesheet by using this:
body {
background-image:url('image url here') ;
}





