Remove right column

Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
diff --git a/index.php b/index.php
index 691eb1b..cbe6e20 100755
--- a/index.php
+++ b/index.php
@@ -12,27 +12,19 @@
 	$pageKeywords	= "Eclipse, EclipseRT, Bundle, Recipes";
 	$pageAuthor		= "Eclipse EBR Project";
 
-	$App->AddExtraHtmlHeader('<link media="screen" rel="stylesheet" type="text/css" href="/ebr/resources/local.css"/>');
-			
 	ob_start();
 ?>
 	<div id="midcolumn">
-		<div class="logo"><img src="/ebr/images/ebr-trans-400x156.png" alt="EBR"/></div>
+		<div class="logo"><img src="/ebr/images/ebr-trans-400x156.png" alt="EBR Logo"/></div>
 		
 		<p>
 			Please have a look at <a href="https://github.com/eclipse/ebr">our Git repository</a> for further details.
 		</p>
 		
-	</div>
+	   <h6>Incubation</h6>
+	   <div id="incubation"><a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" border="0" alt="Incubation" /></a></div>
 
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<div id="rightcolumn">
-		<div class="sideitem">
-		   <h6>Incubation</h6>
-		   <div id="incubation"><a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" border="0" alt="Incubation" /></a></div>
-		</div>
 	</div>
-
 	
 <?
 	$html = ob_get_clean();