diff --git a/resources/static/css/style.css b/resources/static/css/style.css
index c5101f1c54b4fe9f18f0b988ffe1cca1fda3e836..883ebede71d2013bf0ea19bd7c024feea418d34c 100644
--- a/resources/static/css/style.css
+++ b/resources/static/css/style.css
@@ -830,34 +830,34 @@ a.forgot {
 }
 
 
-#header {
+header {
   position: absolute;
   top: 0;
   font-weight: bold;
 }
 
-#header ul {
+header ul {
   display: inline-block;
 }
 
-#header ul.nav {
+header ul.nav {
   float: right;
 }
 
-#header ul li {
+header ul li {
   display: inline-block;
   float: left;
 }
 
-#header ul.nav li {
+header ul.nav li {
   margin: 0 0 0 10px;
 }
 
-#header a {
+header a {
   color: #222;
 }
 
-#header a.home {
+header a.home {
   width: 80px;
   height: 21px;
   background-image: url('/i/icon.png');
@@ -866,7 +866,7 @@ a.forgot {
   background-repeat: no-repeat;
 }
 
-#header a.signIn, #header a.signOut {
+header a.signIn, header a.signOut {
   background-color: rgba(0,0,0,0.1);
   padding: 4px 8px;
 
@@ -876,7 +876,7 @@ a.forgot {
           border-radius: 3px;
 }
 
-#header a.signIn:hover, #header a.signOut:hover {
+header a.signIn:hover, header a.signOut:hover {
   background-color: rgba(0,0,0,0.25);
   text-decoration: none;
 }
@@ -889,26 +889,31 @@ a.forgot {
   display: inline;
 }
 
-#header,
-#footer {
+header,
+footer {
   display: block;
   width: 100%;
   padding: 20px 0;
 }
 
-#footer ul li {
-  display: inline-block;
-  float: left;
-  margin: 0 10px 0 0;
-}
-
-#footer {
+footer {
   position: absolute;
   bottom: 0;
   color: #aaa;
 }
 
-#footer a {
+footer a {
   color: #aaa;
 }
 
+footer ul li {
+  display: inline-block;
+  float: left;
+  margin: 0 10px 0 0;
+}
+
+footer ul li.help {
+  float: right;
+}
+
+
diff --git a/resources/views/dialog_layout.ejs b/resources/views/dialog_layout.ejs
index b362ae940b23b6454609895f47ba989bdb28c06f..3d515360ccf4cbc8d71b9f5d5cbc11a4ea7eaa61 100644
--- a/resources/views/dialog_layout.ejs
+++ b/resources/views/dialog_layout.ejs
@@ -40,7 +40,6 @@
                     BrowserID is the fast and secure way to sign in &mdash; <a target="_blank" href="/about">learn more</a>
                 </div>
 
-                <a class="help" href="https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work" target="_blank">need help?</a>
           </footer>
 
       </div>
diff --git a/resources/views/layout.ejs b/resources/views/layout.ejs
index 1caa4fe8bd3e3a44353b44e1ab4cb901f2772090..dde089d02529dd67735b5de183a7351814a8924c 100644
--- a/resources/views/layout.ejs
+++ b/resources/views/layout.ejs
@@ -76,7 +76,7 @@
             <li>&mdash;</li>
             <li><a href="/privacy">Privacy</a></li>
             <li><a href="/tos">TOS</a></li>
-            <!--<li>Copyright © 2011 Mozilla.  All rights reserved</li>-->
+            <li class="help"><a href="https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work" target="_blank">Need Help?</a></li>
         </ul>
     </footer>