New look based on XText homepage.
diff --git a/_index.html b/_index.html
index 3b5c052..b88c4b7 100644
--- a/_index.html
+++ b/_index.html
@@ -33,14 +33,14 @@
 	</div>

 </div>

 

-<div id="padding"/>

+<div id="padding"></div>

 <div id="border">

 <p class="top">Platform</p>

 	<div id="feature_axf">

 <h4>Agent Execution Framework (AXF)</h4>

 <p class="left">The execution framework provides interfaces, services and UI for model organization and execution, view and control management. 

-Arbitrary toolkits can implement pluggable services such as scheduling engines, agent organization, data

-collection facilities and custom views. AXF complements -- but does not depend on -- AMF. AXF is not limited to agent-modeling -- 

+Arbitrary toolkits can easily integrate with Eclipse and AXF by implementing pluggable services such as scheduling engines, agent organization, data

+collection facilities and views. AXF is not limited to agent-modeling -- 

 it's for anyone who needs support for executing, managing and visualizing collections of interacting objects within the Eclipse platform!</p>

 	</div>

 	<div id="feature_agf">

@@ -58,7 +58,7 @@
 	<div id="screencast" align="center"><img src="images/AMPScreenshot.png" alt="AMF window">

 	</div>

 </div>

-<div id="padding"/>

+<div id="padding"></div>

 <div id="Architecture">

 <h4>Architecture</h4>

 <p>The overall AMP architecture and Eclipse project dependencies are summarized below:</p>

diff --git a/style.css b/style.css
index a4878d0..53fba35 100644
--- a/style.css
+++ b/style.css
@@ -12,6 +12,10 @@
 	width: 300px;
 }
 
+#padding {
+	height: 30px;
+}
+
 
 h3 {
 	clear: both;