body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	background-image: url(../images/wood-grain.jpg);
	background-color: 331607;
	}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}



.deadcenter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px; /* make this half your image/element height */
	margin-left: -351px; /* make this half your image/element width */

	
}
#content {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
