  html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #575757;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#center {
		position:absolute;
		left: 50%;
		top: 50%;
	}
	#DHTMLBOOK {
		position: relative;
		background: #666;
		width: 458px;
		height: 455px;
		left: -229px;
		top: -228px;
		visibility: hidden;
	}
	#TXTBOX {
		position: absolute;
		font-family: verdana;
		color: #aba193;
		font-size: .8em;
		width: 410px;
		text-align: center;
		top: 320px;
	}
	.page {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		width: 50%;
		height: 100%;
		border-left: #000000 solid 0px;
	}
	.right {
		left: 50%;
		border-right: #000000 solid 1px;
	}
	.turn {
		background: #000000;
	}
	.img {
		position: absolute;
		height: 100%;
		width: 200%;
	}
