/* $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-image:url(http://www.jayfarrar.net/images/jf-mock003-bkgrnd.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;

}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
	width:990px;
	background-image:url(http://www.fahosts.com/~jayf/images/border.png);
	background-repeat: repeat-y;
}

#footer {
	width:990px;
	height:97px;
	margin-top:-16px;
}

#footer .section {
}
