/**
 * @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 {
}
body.baseline-logo {
  /*background-image: url(/sites/all/themes/baseline/images/baseline-watermark-bg-515x5.gif);
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 80% 50%*/
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}
