--- a/opensourceprojects/templates/about.html
+++ b/opensourceprojects/templates/about.html
@@ -9,15 +9,16 @@
 
 {% block content %}
 
+<div class="abouttext">
 <p>
-OpenSourceProjects.eu(OSP) is a software forge dedicated to hosting Open Source
+OpenSourceProjects.eu (OSP) is a software forge dedicated to hosting Open Source
 projects created within EU research projects.
 </p>
 
 <p>
-This forge was created as part of the <a href="http://www.ict-prose.eu/">PROSE</a> coordination action, with the main
+This forge was created as part of the <a href="http://www.ict-prose.eu/" target="_blank">PROSE</a> coordination action, with the main
 goal of promoting the dissemination of project results as Open Source software.
-Within this project hosting platform, EC projects can develop their software projects,
+Within this project hosting platform, EC projects can develop their software projects
 and collaborate towards common goals. 
 </p>
 
@@ -26,4 +27,9 @@
 helps you produce Open Source software as part of your project, let us know.
 Check links at the bottom for contact information.
 </p>
+</div>
+
+<div class="aboutimg"></div>
+
+
 {% endblock %}