body {
	color: #000000;
	background-color: #587e08;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}
	
div.backgroundSplash {
	background-image: url('../images/backgroundSplash.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width: 958px;
	height: 876px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -479px;
	z-index: -10;
}

/* Wooden Planks */

div.divHeader , div.divFooter , div.divBodySmall , div.divBodyLarge {
	background-position: top center;
	width: 530px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	z-index: 5;
}

div.divHeader , div.divFooter {
	background-repeat: no-repeat;
}
	
div.divHeader {
	background-image: url('../images/divHeader.png');
	height: 145px;
}
	
div.divFooter {
	background-image: url('../images/divFooter.png');
	height: 248px;
}
	
div.divBodySmall , div.divBodyLarge {
	background-image: url('../images/divBody.png');
	background-repeat: repeat-y;
}
	
div.divBodySmall {
	height: 170px;
}
	
div.divBodyLarge {
	height: 1190px;
}

div.rightColumn {
	position: absolute;
	left: 50%;
	margin-left: 165px;
	top: 220px;
}

div.pageText {
	font: 16px "Comic Sans MS", "Marker Felt", Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-weight: normal;
	padding: 0px 60px 0px 60px;
	color: #FCE99A;
	text-shadow: #492A13 1px 2px 0px;
	filter: Shadow(Color=#492A13, Direction=135, Strength=2);
}

/* Image Tags */

img.text {
	border: 0px;
}

div.moreButton a {
	float: right;
	margin: 10px 50px 0px 0px;
	display: block;
	width: 88px;
	height: 30px;
	background: transparent url('../images/moreButton.png') no-repeat;
	z-index: 10;
}

div.moreButton a:hover {
	background-position: -88px 0;
}