footer centered
diff --git a/index.html b/index.html
index 8b914fe..06d627d 100644
--- a/index.html
+++ b/index.html
@@ -107,8 +107,15 @@
 
       <!-- Site footer -->
       <div class="footer">
-        <p>Copyright &copy; 2015 The Eclipse Foundation. All Rights Reserved. - <a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> - <a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> - <a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a> - <a href="http://www.eclipse.org/legal/">Legal</a> - <a href="http://www.eclipse.org">Eclipse.org</a></p>
-      </div>
+		<p class="text-center">Copyright © 2015 The Eclipse Foundation. All Rights Reserved. </p>
+		<p class="text-center">
+			<a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> -
+			<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> -
+			<a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a> -
+			<a href="http://www.eclipse.org/legal/">Legal</a> -
+			<a href="http://www.eclipse.org">Eclipse.org</a>
+		</p>
+	  </div>
 
     </div> <!-- /container -->