/* $Id: page-backgrounds.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */

/**
 * @file
 * Page 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 {
}

#page {
}

#page-inner {
}

#header {
  background:url(../images/header-bg.png) no-repeat 30px 0px;
}

#header-inner {
}

#main {
}

#main-inner {
}

#footer {
}

#footer-inner {
}
