body {
	background: #ffffff url(/images/woodbg_small.jpg) repeat-x scroll 0px 80px;
}

#book {
	background: #ffffff url(/images/open_book1024.jpg) top left no-repeat;
	width: 1024px;
	height: 661px;
	
}
#left, #right {
	position: absolute;
	left: 40px;
	top: 100px;
}
#right {
	left: 530px;
}

#textleft, #textright {
	font-size: 8pt;
	width: 500px;
	text-align: justify;
	position: absolute;
	top: 130px;
	left: 75px;
	display: none;
}

#textright {
	left: 550px;
}


#prevlink, #nextlink {
	position: absolute;
	top: 140px;
	left: 50px;
}
#nextlink {
	left: 945px;
}

#adminlink_left, #adminlink_right {
	position: absolute;
	left: 255px;
	top: 700px;
	font-size: 9pt;
}

#adminlink_right {
	left: 745px;
}

#taskbar_left, #taskbar_right {
	position: absolute;
	left: 140px;
	top: 110px;
	font-size: 10pt;
	text-align: center;
	width: 250px;
	background-color: #fffbf5;
	padding: 4px;
}
#taskbar_right {
	left: 630px;
}
#taskbar_left img, #taskbar_right img {
	vertical-align: bottom;
}