Simple fix.
diff --git a/pages/_index.html b/pages/_index.html
index 1df210f..47216d9 100755
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -25,18 +25,22 @@
 <div id="midcolumn">
 	<h3>EMF Diff/Merge: a diff/merge tool for models</h3>
 	<div>
+	<p>
 	Merging models is a common need in model-based activities, not only for version control but for model
 	manipulation in general. However, merging models is much more complex than merging source code.
 	Since EMF models are rich data structures with constraints and behavior, merging them consistently is a delicate problem.
-	</div>
-	<div>
+    </p>
+    <p>
     EMF Diff/Merge aims to help solve that problem thanks to consistency rules and merge policies.
-	</div>
+    </p>
+    <p>
     <div align="center">
       <img align="center" src="http://eclipse.org/diffmerge/images/process.png"/>
     </div>
-	<div>
+    </p>
+    <p>
     Check the <a href="http://wiki.eclipse.org/EMF_DiffMerge">Wiki page</a> for more information.
+    </p>
     </div>
 </div>