/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @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("http://sbc.edu/sites/default/themes/sbctheme/images/bgtile.jpg") repeat-x fixed 0 0 transparent;
height: 350px;
background-color:#FFFEF1;
	
	}

#page-wrapper {
	        border-left:1px outset;
	        border-right:1px outset;
                border-bottom:1px solid;
}




#page {
	
}

#header {
	background-repeat: no-repeat;
		

}

#header .section {
}

#main-wrapper {
	background-image: url(../images/wrapperbg4.jpg);
		background-repeat: repeat;
}



#main {
}

#footer {
	
	
}

#footer .section {
}
