@charset "utf-8";
/* CSS Document */

#pagemiddle {
	/*  
 *  center in browser, this method is used for IE 5.5's sake
 *  http://bluerobot.com/web/css/center2.html
 */
	width:812px;
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/back_chapel.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
/*	height: 600px; */
}
