/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @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: url(../images/back.jpg) repeat-x;
	background-color:#f4f4f4;
}

#page-wrapper {
	background:url(../images/fundo.png) repeat-y;
}

#page-shadow {
	background:url(../images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:bottom;
}

#page {
}

#header {
	background-color:black;
}

#header .section {
}

#main-wrapper {
}

#main, #page {
	background-color:#ECECEC;
}

#content .section {
	background:url("../images/sombra.png") repeat-x;
	background-position:top;
}

#footer {
	background-color:#ECECEC;
}

#footer .section {
}
