added css
diff --git a/test_new_home.php b/test_new_home.php
index ba2668f..065fe0b 100644
--- a/test_new_home.php
+++ b/test_new_home.php
@@ -39,7 +39,7 @@
 		</li>
 	</ul>
 </div>
-
+<!--
 	<div id="midcolumn">
 		<h1>What is SWTBot?</h1>
 		<p>SWTBot is an open-source Java based UI/functional testing tool for testing <a href="http://eclipse.org/swt">SWT</a> and <a href="http://eclipse.org">Eclipse</a> based applications.</p>
@@ -57,9 +57,9 @@
 		 	<li><a href="http://eclipse.org/swt/snippets">Some SWT Snippets</a></li>
 		</ul>
 	</div>
-
+-->
 <?php
-include("website/parts/incubation.php");
+
 $html = ob_get_contents();
 ob_end_clean();