#wrapper {
	height: 1600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thin solid #000000;
	background-color: #669966;
}


body {
	background-repeat: repeat;
}
#bodytext {
	position: absolute;
	height: 1278px;
	width: 750px;
	left: 47px;
	top: 223px;
	background-color: #eae8d9;
	border: thin solid #000000;
	line-height: 18pt;
}
#footer {
	position: absolute;
	height: 30px;
	width: 750px;
	left: 50px;
	bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669966;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
}
