/**
 * @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 {
}

#page-wrapper {
}

#page {
}

#header {
}

#headWrap .section {
	background: url(../images/header/glow.png) no-repeat;
	width: 940px;
	margin: 0 auto; 
}

#main-wrapper {
}

#main {
}

.region-footer {
}
