diff --git a/templates/node.tpl.php b/templates/node.tpl.php
index 489bad7..522ff01 100644
--- a/templates/node.tpl.php
+++ b/templates/node.tpl.php
@@ -94,7 +94,7 @@
       </header>
   <?php endif; ?>
 
-  <div class="content"<?php print $content_attributes; ?>>
+  <div class="content <?php print $classes_array['1']; ?>"<?php print $content_attributes; ?>>
     <?php
       // Hide comments, tags, and links now so that we can render them later.
       hide($content['comments']);
