	#center {
		position:absolute;
		left: 320px;
		top: 600px;
	}
	#DHTMLBOOK {
		position: relative;
		background: #000;
		width: 750px;
		height: 550px;
		left: -250px;
		top: -250px;
		visibility: hidden;
	}
	#TXTBOX {
		
		font-family: verdana;
		color: #aba193;
		font-size: .8em;
		width:200px;
		text-align: center;
		top: 500px;
	}
	.page {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		border-left: #000000 solid 0px;
	}
	.right {
		left: 50%;
		border-right: #000000 solid 0px;
	}
	.turn {
		background: #ffffff;
	}
	.img {
		position: absolute;
		height: 100%;
		width: 200%;
	}
