Mustang background / header background
I'd like to change just the top header background in Mustang to an image. I can change everything but not just this part. This is the code I tried, but it hasn't worked:
#header-bg {
background: url("images/grass.jpg") repeat scroll 0 0 transparent;
}
Thanks!