Prob v easy solution

I just can’t figure out why my background is not showing with the following code:

html
<div id=“bg”></div>

css
#bg {
width: 100%;
float: left;
height: 800px;
background: url(http://organicwebdesigns.co/facebook/images/bg.png) repeat-x;
}

you can see it here: Organic Web Designs | Facebook

The bg image link above is not the link you have on that page. There you have just

http://organicwebdesigns.co/images/bg.png

instead of

http://organicwebdesigns.co/facebook/images/bg.png

doh! Sometimes you spend hours looking and miss the simplest things