Need help adding background image to my website?

bruvvamoff

New member
This is the image html

<a href="http://www.flickr.com/photos/54692729@N07/5097674110/" title="HMH Asylum by Buvvamoff, on Flickr"><img src="http://farm5.static.flickr.com/4083/5097674110_d4d922fcbd_b.jpg" width="1024" height="680" alt="HMH Asylum" /></a>

I know it works because I pasted it into one of my pages as a test and I saw the image.
The trouble I am having is getting the image to appear in the background on each page.
This is the beginning of my CSS Stylesheet
html{
font-size:11px;
overflow-x: auto;
}

body{
background: #2d2d2d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align: center;
margin: 0;
padding: 0;
I have been removing 2d2d2d from the background and pasting the image but al I get is white background?
What am I doing wrong?
 
Back
Top