I searched “kubrick” in Firebug to find the specific file index of the background image. Apparently the code is inline somewhere:
#page {
background: url("https://localhost/wordpress/wp-content/themes/default/images/kubrickbg-ltr.jpg") repeat-y scroll center top transparent;
border: medium none;
}
If this code isn’t in the style.css file, then where could it be?