I have been working for hours trying to get my background image to show up correctly. The background image I designed is set to 2000px wide x 1100px high. My main content body is set to 900px wide. Yet when I insert the link into the body selector on my css, it leaves a ton of empty space on either side of the background and hides the cool part of the background behind the main body. I'm confused...if my main body is 900px, and the image is way bigger than that, why is there so much extra space rather than my background taking up the whole background?
Link to site: http://www.businessreferralsplus.com
body {
background:#000000 url('http://i1083.photobucket.com/albums/j391/bhamm080109/brbackground3.jpg') center repeat-y;
color:#000000;
font:62.5% Georgia, "Times New Roman", Times, serif,;
}
The blog I need help with is businessreferralsplus.wordpress.com.