I am using the default theme, i just want to change the page background image to a png, I used firebug and can see the css there, but it doesn't seem to exist in my actual css file, can anyone tell where i can find these lines of code:
#page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://amandaadkins.com/wp-content/themes/default/images/kubrickbg-ltr.jpg) repeat-y scroll center top;
border:medium none;
}
I just need to change that .jpg to .png and ill be golden, just can't find the actual code anywhere in css. Thanks.