Does anyone...

... Know the CSS for removing the sidebar <- completely?
And the CSS for getting rid of the links and stuff at the very top of the page?

Help much appreciated! Smiling

.sidebar{display:none;} --

.sidebar{display:none;} -- for the sidebar.
#header-region{display:none;} -- for the links at the top.

However, I'm not sure if the second is completely correct.

It works great, thanks so

It works great, thanks so much♥
The logo is still there - But I can work that bit out on my own so no need to worry ^^