/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 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 {
  background: transparent url('../images/body-bg.png') no-repeat center 430px;
}

#page-wrapper {

}

#page {
}

#header {
}

#header .header-inner {
  background: transparent url('../images/header-bg.png') repeat-x left top;
}

#main-wrapper {
}

#main {
}

#content-area {
  background: transparent url('../images/content-area-bg.png') no-repeat left top;
}

#content-area-inner {
  background: transparent url('../images/content-area-inner-bg.png') no-repeat left bottom;
}

#footer {
  background: #D2D2D2 url('../images/footer-bg.png') repeat-x left top;
}

#footer .section {
}

#closure {
  background-color: #4A4A4A;
}