/**
 * @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:url(../images/body.jpg) center top no-repeat #E7E7E2;*/
	color: #444444;
    font: 62.5% Tahoma,sans-serif;
    padding-top: 64px;
}

#page-wrapper {
	/*background: url(../images/container.jpg) no-repeat scroll center bottom transparent;
    padding-bottom: 64px;*/
}

#page {
	background: none repeat scroll 0 0 #FFFFFF;
    /*border: 2px solid #D7D7D2;*/
    font-size: 1.2em;
    margin: 10px auto;
    padding: 10px;
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
	background: url(../images/main.gif) repeat-y scroll 0 0 transparent;
}

.region-footer {
}
