body {
/*
	text-align: center;
*/
	min-width: 952px;
	background-color: #70331F;
	margin: 0px;
}
#wrapper {
	text-align: center;
	z-index: 1;
/*	background-image: url(images/mainsplash.gif);
	background-repeat: no-repeat; */
	position:absolute;
	
	width:952px; 
	height:652px; 
	
	left: 50%; 
	top: 50%;

	margin-top: -326px; /* half of the height */
	margin-left: -476px; /* half of the width */
}
#textlayer {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: left;
}
