/**
 * @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-image: url(../img/bg-top.jpg);
background-repeat: repeat-x;
background-attachment: initial;
background-position-x: 50%;
background-position-y: 0%;
background-color: #E6E3D6;
}

#page-wrapper {
width: 1060px;
}

#page {
width: 1060px;
}

#header {
}

#header .section {
}

#main-wrapper {
background: #F9F8ED;
min-height: 446px;
padding: 50px;
}

#main {
width: 960px;
}

.region-footer {
}
