--- page.tpl.php	2009-11-16 08:05:18.000000000 +0000
+++ new.page.tpl.php	2009-11-16 08:02:49.000000000 +0000
@@ -12,11 +12,12 @@
 
 </head>
 <body>
+	<?php if ($logo || $site_name): ?>	
 	<div id="header">
 		<?php if ($logo): ?><a href="<?php print $base_path ?>"><img src="<?php print $logo; ?>" alt="" id="logo" /></a><?php endif; ?>
 		<h1<?php if ($logo): ?> class="break"<?php endif; ?>><?php print $site_name; ?></h1>
 	</div>
-
+	<?php endif; ?>
 	<?php if ($title): ?> 
 	<div id="pagebar">
 		<?php print $breadcrumb; ?>
