/**
 * @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: #651f09;
 background-image: url(http://10.20.26.100/usacv/sites/all/themes/usacvzen/images/background_rust.jpg);
 background-repeat: repeat-x;
 
}



#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#content .section {
 background-color: #f9f1dc;}

#content .region-sidebar-second {
 background-color: #f9f1dc;}

#main-wrapper {
}

#main {
 background-color: #f9f1dc;}

.region-footer {
 background-color: #f9f1dc;}

