/**
 * @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('../images/PBL_main_BK_1000px_1px.jpg');
*/

}
#page-wrapper {
}

#page {
}

#header {
  /*  background-image: url('http://localhost:8082/sites/all/themes/zen1/images/top_fade_slice.gif');
*/
}

#header .section {
}

#main-wrapper {
    background-color: #FFFFFF;
  /*  background-image: url('../images/PBL_main_BK_1000px_1px.jpg'); */
}

#main {
    
}

.region-footer {
}
