/**
 * @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-color:#022be7;
}

#page-wrapper {
    background-color:transparent;
    margin-top: 10px;
}

#page {
    background-color:transparent;
}

#header {
    background-color:#ffcc01;
}

#header .section {
}

#main-wrapper {
}

#main {
    background-color:#ffffff;
}

.region-footer {
}
