/**
 * @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(../images/mhfe_footerbar.png) repeat-x left bottom;*/
	background-color: #3d3d3d;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#page-wrapper {
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {

}
