diff --git a/page.tpl.php b/page.tpl.php
index a5288b2..26e5146 100644
--- a/page.tpl.php
+++ b/page.tpl.php
@@ -19,7 +19,7 @@
     <?php print render($page['header']); ?>
     <?php endif; ?>
     
-    <div id="logo">
+    <div id="logo clearfix">
       <?php if ($logo): ?>
       <a href="<?php print $front_page; ?>"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /></a>
       <?php else: ?>
@@ -31,8 +31,6 @@
       <p id="slogan"><?php print $site_slogan; ?></p>
       <?php endif; ?>
     </div>
-    
-    <div class="clear"></div>
 
     <?php if ($main_menu): ?>
     <nav id="nav" role="navigation">
@@ -52,7 +50,7 @@
     <?php endif; ?>
   </header>
 
-  <div id="content-wrap"> 
+  <div id="content-wrap clearfix"> 
     <?php if ($page['highlighted']): ?>
     <div id="highlighted"><?php print render($page['highlighted']); ?></div>
     <?php endif; ?>
@@ -87,9 +85,7 @@
       <?php endif; ?>
   </div>
 
-  <div class="clear"></div>
-
-  <footer id="footer-wrap" role="contentinfo">
+  <footer id="footer-wrap clearfix" role="contentinfo">
 <?php if ($page['footer']): ?>
 <?php print render($page['footer']); ?>
 <?php endif; ?>
@@ -99,7 +95,5 @@
       </div>
     <?php endif; ?>
   </footer>
-    
-  <div class="clear"></div>
 
 </div>
diff --git a/style.css b/style.css
index f8ddb9b..3bba0c4 100644
--- a/style.css
+++ b/style.css
@@ -961,10 +961,6 @@ body #admin-menu li.admin-menu-icon {
 /**
  * Extra
  */
- 
-.clear {
-  clear: both;
-}
 
 .form-required {
   color: #888888;
