/* @override http://localhost:8888/iswc2010/sites/all/themes/iswc/css/page-backgrounds.css?Q */

/* $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: #495828 url('../images/bg_body.jpg') center top no-repeat;
}

#page-wrapper {
}

#page {
  background: white;
  -moz-box-shadow: 0px 3px 25px #000;
  -webkit-box-shadow: 0px 3px 25px #000;
  box-shadow: 0px 3px 25px #000;
}

#header {
  background: url('../images/bg_header.jpg') center 35px no-repeat;
}

#header .section {
  background: url('../images/image_oriental-pearl.png') 700px 5px no-repeat;
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
