diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html
index a32ca6332d442cd90cd4ecc5fdb0e636c8e2e792..11821b36bab4a801061c1e583cc00fa78b8c6f21 100644
--- a/templates/web/index.tt2.html
+++ b/templates/web/index.tt2.html
@@ -37,8 +37,6 @@ html1/DTD/xhtml1-transitional.dtd">
             </div>
         </header>
 
-        <div id="wrapper">
-
             <div id="content">
 
                 [% IF errors %]
@@ -73,6 +71,5 @@ html1/DTD/xhtml1-transitional.dtd">
                 $(document).foundation();
             </script>   
 
-        </div>
     </body>
 </html>