diff --git templates/node.tpl.php templates/node.tpl.php
index 9852ff2..6085d21 100755
--- templates/node.tpl.php
+++ templates/node.tpl.php
@@ -23,14 +23,14 @@
     </footer>
   <?php endif; ?>
 
-  <div class="content"<?php print $content_attributes; ?>>
+  <section class="content"<?php print $content_attributes; ?>>
     <?php
       // We hide the comments and links now so that we can render them later.
       hide($content['comments']);
       hide($content['links']);
       print render($content);
     ?>
-  </div>
+  </section>
 
   <?php if ($links = render($content['links'])): ?>
     <footer class="link-wrapper">
