/**
 * @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: url("/sites/all/themes/atoc/images/grey_bg.gif") repeat-y scroll 50% 0 #E5E5E5;
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
  background: url('/sites/all/themes/atoc/images/home_bg.gif') 0% 0% no-repeat;
  background-image: url('/sites/all/themes/atoc/images/page_bg.gif');
}

.region-footer {
}
