/* $Id: backgrounds.css,v 1.1 2009/02/02 03:38:46 johnalbin Exp $ */

/**
 * @file
 * Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body
{
  margin: 0;
  padding; 10px;
  background-color: #CCEFFC;
  background-image: url(images/logo-bg5.png);
  background-position: center top;
}

#page
{
}

#page-inner
{
  background-color: #FFFFFF;
}

#header
{
  background-image: url(images/header.jpg);
  height: 240px;
}

#header-inner
{
}

#main
{
}

#main-inner
{
}

#footer
{
  background-image: url(images/bg_footer_b2.png);
  height: 200px;
}

#footer-inner
{
}
