/**
 * @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-image: url(/sites/default/files/gradient_texture.png);
}

#page-wrapper {
	background-color: #ffffff;
	border-right: 1px solid #e6e8ec;
	border-left: 1px solid #e6e8ec;
	
	/*box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);*/
}

#page {
	
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}

#footer-wrapper {
	/*background-color: #ffffff;
	border-right: 1px solid #e6e8ec;
	border-left: 1px solid #e6e8ec;*/
	
	/*box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.31);%/
}

