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

 /*EHMP purple = background-color:#6D28AA;*/

body {
	background-image:url('/sites/default/files/ehmp_background.gif')
}

#page-wrapper {
	background:#fff;
}

#comment {
	
}

#page {
	
}

#header {
	height:160px;
}

#header .section {
}

#main-wrapper {
	
}

#main {
	
}

.region-footer {
}
