/**
 * @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: #E9E9E9;
}

#page-wrapper {
}

#page {

}

#header {
background: #73c1e6;
}

#header .section {
}

#topline {
background: #44acdd url('../slogan.png') no-repeat 25px center;
}

#topline-en {
background: #44acdd url('../slogan-en.png') no-repeat 25px center;
}

#main-wrapper {
}

#content {

}

#footer {
}

#footer .section {
}
