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

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

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: 50px;
    font-style:;
    color: white;
    margin: 0;
}

#left_text_page {
	position: absolute;
	font-family: "noteworthy";
    font-size: 50px;
	width: 454px;
	height: 380px;
	top: 27px;
	left: 49px;
}

#right_text_page {
	position: absolute;
	width: 454px;
	height: 380px;
	top: 27px;
	left: 551px;
}
	
#header1 {
	position: relative;
	top: 12px;
	left: 0px;
	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:22px;
    font-style:;
    color:white;
    text-align:left;
	line-height: 22px;
}

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


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

#block3 {
	position: relative;
	top: 460px;
	left: 0px;
	font-family:Chalkboard SE;
	font-size:;
	font-style:;
	color:#FF7F00;
	text-shadow: #6374AB 4px 4px 8px;
	-webkit-transform: rotate(0deg);
	text-align:center;
}

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