BG problem

HTML:
<div id=“headerbg”></div>
CSS:
#headerbg {
background-image: url(http://petersweb.strokemymouse.com/headerbg.gif);
margin: 0px;
padding: 0px;
background-repeat: repeat;
}

The BG wont show. Any ideas?:cap: