/* $Id: backgrounds.css,v 1.1 2009/10/31 22:51:31 geerlingguy 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
{
}

#body-wrapper
{
	background: url(../images/page-bg.png) repeat-x top left;
}

#page
{
}

#page-inner
{
}

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

#header-inner
{
}

#main
{
}

#main-inner
{
}

#footer
{
}

#footer-inner
{
}
