Quote Originally Posted by MeltDown View Post
Hmmm... I just noticed that it also seems to have removed my background image:
Code:
body {
	background:#FFDFFF url(../images/site-bg-blue.gif) 0 9em repeat; 
	}
No, its not any css that is making your background image go away. It's because you are mising a closing </div> in your site.

open up your tpl_header.php, and add back a closing </div> right before this:

<div class="clearBoth"></div>
<!--eof-navigation display-->