Hi,
I'm a bit of a css newbie and I'm trying to strip the kubrick theme to complete whiteness.
The problem is no matter what I do I can't get rid of the wrapper, I think this is the part of the related code:
div#wrapper {<br />
background:#dfdfff url('/wp-content/themes/default/images/kubrickbg.jpg') repeat-y top left;<br />
text-align:left;<br />
width:760px;<br />
margin:20px auto;<br />
padding:0;<br />
}<br />
body.single #wrapper {<br />
background:#fff url('/wp-content/themes/default/images/kubrickbgwide.jpg') repeat-y top left;<br />
}