#wrapper {
	left: 0px;
	top: 0px;
	height: 1200px;
	width: 1200px;
	position: absolute;
	z-index: 2;
}
#leftnav {
	height: 900px;
	width: 100px;
	position: absolute;
	left: 75px;
	top: 0px;
	display: block;
	vertical-align: top;
}
#header {
	text-align: center;
	vertical-align: text-bottom;
	display: inline;
	top: 0px;
	font-family: "Lucida Handwriting", "Comic Sans MS", "Trebuchet MS", sans-serif, "MS Serif";
	font-size: 200%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	position: absolute;
	height: 65px;
	width: 900px;
	left: 200px;
	margin-top: 5px;
}
#topnav {
	font-size: 75%;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	display: inline;
	position: absolute;
	height: 25px;
	width: 900px;
	left: 200px;
	top: 85px;
	vertical-align: middle;
	font-family: "Comic Sans MS", Verdana, "Trebuchet MS", sans-serif;
}
.bodytext {
	background-image:   url("graphics/FACE-IT_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 815px;
	overflow: scroll;
	position: absolute;
	left: 200px;
	top: 100px;
	text-align: justify;
	padding: 5px;
	font-family: Verdana, "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#footer {
	clear: both;
	float: none;
	height: 25px;
	width: 810px;
	position: absolute;
	left: 50px;
	top: 875px;
	z-index: 1;
	font-size: 90%;
	font-family: Verdana, "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainbody {
	height: 650px;
	width: 775px;
	overflow: scroll;
	position: absolute;
	left: 200px;
	top: 125px;
	background-image: url(graphics/FACE-IT_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

