/* $Id$ */

/**
 * @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 {
}

#page-wrapper {
}

#page {
background: #fff;
}

#header {
}

#header .section {
}

#main-wrapper {
background: url(../images/bg2.gif) repeat-y 10px 5px;
width:100%;
}

#main-footer {
background: url(../images/bg3.gif) no-repeat 11px top;
width:100%;
height: 30px;
}
#main {
background: url(../images/bg1.gif) no-repeat 10px top;
min-height:55px;
/*width:100%;*/
}

#footer {
}

#footer .section {
}
