test6
diff --git a/download.php b/download.php
index d7fbdde..d5d6c31 100644
--- a/download.php
+++ b/download.php
@@ -13,16 +13,29 @@
 	$pageTitle 		= "Libra - Download";
 
 	$html  = <<<EOHTML
+	
+	<link rel="stylesheet" type="text/css" href="css/main.css" />
+
+<div id="maincontent">
+
 <div id="midcolumn">
 <h2>$pageTitle</h2>
+
 <p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
-<div id="rightcolumn" class="floatright">
-<a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" alt="Incubation"/></a>
-</div>
+
 <h3>Coming soon.</h3>
 </div>
+</div>
+	
+<div id="rightcolumn">
+ <div class="sideitem">
+   <h6>Incubation</h6>
 
-
+   <div style="text-align: center">
+   <a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" alt="Incubation"/></a>
+   </div>
+ </div>
+</div>
 
 EOHTML;
 	# Generate the web page