/**
 * @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: #FEFFFE;
}

#page-wrapper {
  background: #FFFFE9;
  border: 1px dotted #9F9F9F;
}

#page {
}

#header {
  border-bottom: 1px dotted #9F9F9F;
}

#header .section {
}

#main-wrapper {
  background: #FFFFFF;
}

#main {
}

#footer {
  border-top: 1px dotted #9F9F9F;
  background: #E9FFFF;
}

#footer .section {
}
