diff --git a/page.tpl.php b/page.tpl.php
index c00df10..b43081e 100644
--- a/page.tpl.php
+++ b/page.tpl.php
@@ -14,7 +14,7 @@
   <![endif]-->
 </head>
 
-<body class="<?php print $body_classes; ?>">
+<body class="deco <?php print $body_classes; ?>">
   
 <?php if (!empty($header)): ?>
 	<div id="header-region" class="clear-block"><?php print $header; ?></div>
diff --git a/style.css b/style.css
index df1de7f..fa00486 100644
--- a/style.css
+++ b/style.css
@@ -49,7 +49,7 @@ td.icon {
 */
 
 
-body {
+body.deco {
   background: #252525;
   color: #666;
 }
@@ -1630,4 +1630,4 @@ td.menu-disabled {
 #project-issue-summary-links li {
   padding-left: 0.35em;
   background: none;
-}
\ No newline at end of file
+}
