html, body{
	background: url(../images/pageBG.jpg) repeat-x #632f2b;
	color:#642F2B;
}

h1{
	font-variant:small-caps;
}

#wrapper{
	background: url(../images/bodyBG.jpg) repeat-x;
}

#main{
	/*background:#F0EAE0;*/
	background: url(../images/mainBG.png) repeat-y;
	text-align:center;
}

#footer{
	background: url(../images/footerBG.png) no-repeat top;
	color:#F0EAE0;
	font-size:.9em;
}