/**
 * @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:#d9d9d9 url('../images/page_textura.png') repeat left top;
}

#page-wrapper {
}

#page {
}

#header {
background:#db3232 url('../images/menu_pozadi.jpg') no-repeat left top;
}

#header .section {
}

#main-wrapper {
}

#main {
background-color:#e6e6e6;
}

#footer {
background:#811012 url('../images/pata_textura.jpg') repeat left top;
}

#footer .section {
}
