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


html {
	/* Need do put background here, because of conflict with respond.js 
	background-image: url(/images/pattern/main_padrao_rep.png); */
}

body.domain-ualg-net { background-image: url(../images/pattern/main_padrao_rep.png); }
body.domain-dcbm-ualg-net { background-image: url(../images/pattern/main_padrao_rep.png); }
body.domain-esec-ualg-net { background-image: url(../images/pattern/esec_padrao_rep.png); }
body.domain-esght-ualg-net { background-image: url(../images/pattern/esght_padrao_rep.png); }
body.domain-ess-ualg-net { background-image: url(../images/pattern/ess_padrao_rep.png); }
body.domain-fchs-ualg-net { background-image: url(../images/pattern/fchs_padrao_rep.png); }
body.domain-fct-ualg-net { background-image: url(../images/pattern/fct_padrao_rep.png); }
body.domain-fe-ualg-net { background-image: url(../images/pattern/fe_padrao_rep.png); }
body.domain-ise-ualg-net { background-image: url(../images/pattern/ise_padrao_rep.png); }



#whitespace {
	background-color: white;
	width: 100%;
	height: 180px;
}

#page {
	margin-top: -180px;
/*	background-repeat: no-repeat; */
/*	background-size: 100%; */
	background-position: top left;
}

#sidebar_mostleft {
	margin-top: 3px;
}

#sidebar_mostright {
	margin-top: -180px;
}

#header {
}

#main {
	background-color: white;
}

#footer {
	background-color: white;
}
