body {
    width: 1024px;
    height: 592px;   
    margin: 0;
	background-color:#C0C0FF;
    padding: 0;
}

img {
	position: absolute;
	margin: 0;
	left:;
	top:;
	height:;
}

img.background {
    width: 1024px;
    height: 512px;
    margin: 0;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#imageleft {
	left:26px; 
	top:22px; 
	width:490px; 
	height:400px;
	border-radius: 20px;
}

#imageright {
	width: 480px;
	height: 480px;
	margin: 0;
	top: 22px;
	left: 529px;
	/*border-radius: 20px;*/
}
#chapter_image_left {
	left: 174px; 
	top:150px; 
	width:200px; 
	height:140px;
	}

#chapter_image_right {
	left: 674px; 
	top:150px; 
	width:200px; 
	height:140px;
}

#leftarrow {
	position: absolute;
	left: 34px;
	top:520px;
	width:73px;
	height:67px;
}

#rightarrow {
	position: absolute;
	left: 929px;
	top:520px;
	width:73px;
	height:67px;
}

#toc {
	position: absolute;
	left: 473px;
	top:520px;
	width:89px;
	height:67px;
}	

p {
    position: relative;
    margin: 0;   
  	white-space: pre-wrap;
  	word-wrap: break-word;
}

.tab { margin-left: 40px; }

.page > p {
    position: relative;
    font-family: "noteworthy";
    font-size: 20px;
    font-style:;
    color: white;
    margin: 0;
}

#left_text_page {
	position: absolute;
	width: 454px;
	height: 479px;
	top: 27px;
	left: 49px;
}

#right_text_page {
	position: absolute;
	width: 454px;
	height: 480px;
	top: 17px;
	left: 550px;
}
	
#header1 {
	position: relative;
	top: 430px;
	left: 0;
	font-family: "noteworthy";
	font-size: 16px;
	text-align: center;
	color: white;
	
}

#header2 {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: "noteworthy";
	font-size: 16px;
	text-align: center;
	color: white;
	text-decoration: underline;
}

#header5 {
	position: relative;
	top: 435px;
	left: 250px;
	width: 150px;
	font-family: "noteworthy";
	font-size: 26px;
	font-style:;
	text-align: center;
	color: white;
	text-decoration: underline;
}


#block1 {
    position: relative;
    top: 20px;
    left: 0px;
    font-family: "noteworthy";
	font-size:16px;
    font-style:;
    color:white;
    text-align:left;
	line-height: 16px;
}

#block2 {
    position: relative;
    top:;
    left: 0px;
    font-family:;
    font-size:36px;
    font-style:;
    text-align:center;
    color:white;
}

#block1-center {
    position: relative;
    top: 0px;
    left: 0px;
	width: 900px;
    font-family: "noteworthy";
	font-size:18px;
    font-style:;
    color:white;
    text-align:center;
	line-height: 18px;
}

#block2-center {
    position: relative;
    top: 0px;
    left: 20px;
	width: 900px;
    font-family: "noteworthy";
	font-size:24px;
    font-style:;
    color:white;
    text-align:center;
	line-height: 20x;
}

@font-face {
  font-family: 'noteworthy';
  src: url('fonts/Artbrush.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
