diff --git a/browserid/static/dialog/views/body.ejs b/browserid/static/dialog/views/body.ejs
index 5ab30bb0a50133162df689e1ec93ddedd72af724..52e240068c805042271183cb1a2efd1f01ad4dea 100644
--- a/browserid/static/dialog/views/body.ejs
+++ b/browserid/static/dialog/views/body.ejs
@@ -1,10 +1,8 @@
 <div id="wrapper">
-  <header class="cf">
-    <div id="header" class="cf">
-        <ul>
-            <li><a class="home" target="_blank" href="/"></a></li>
-        </ul>
-    </div>
+  <header id="header" class="cf">
+      <ul>
+          <li><a class="home" target="_blank" href="/"></a></li>
+      </ul>
   </header>
 
   <div id="formWrap" class="cf">
@@ -33,9 +31,7 @@
             BrowserID is the fast and secure way to sign in &mdash; <a target="_blank" href="/about">learn more</a>
         </div>
 
-        <div class="help">
-            <a href="http://support.mozilla.com/en-US/home" target="_blank">need help?</a>
-        </div>
+        <a class="help" href="http://support.mozilla.com/en-US/home" target="_blank">need help?</a>
   </footer>
 
 </div>