/* $Id: local_sample.css,v 1.2 2009/11/15 Exp $ */

/****************************/
/* PAGE-FRONT CSS           */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */
body {
  background: #292929;
  color: #F0F0F0;
  font-family: Helvetica, Arial, Verdana, "Bitstream Vera Sans", sans-serif;     /* web safe fonts */
  font-size: 83%;
  font-weight: normal;
  line-height: 1.5em;
}

#page {
		background-color: #292929;
}

#main-wrapper {
		background-color: #292929;
}

#header-wrapper {
		background: #fff url('images/header.png') no-repeat left top;
}
