/**
 * @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 {
}

#over {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#over img {
  display: block;
  position: relative;
  width: 100%;
}

#diag {
  background: url("../images/diagonala.png") repeat fixed 0 0 transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#page-wrapper {
}

#page {
}

#header {
  background: url("/sites/all/themes/author/images/top.png") no-repeat scroll 174px 35px transparent;
  position: relative;
  z-index: 10;
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
