div#page {
    width: 620px;
}

div#aboutpage {
    width: 400px;
	color: #ffde6b;    
}



div#cover {
    background-image:  url(bookcover.jpg);
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;

    width: 400px;
    height: 500px;
}

div#coverimage {
    position: absolute;
    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;
    text-align: center;
    width: 210;
    left: 82px;
    top: 80px;
    Filter: Glow(Color=#271007, Strength=5)
}


div#covertext {
    position: absolute;
    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;
    text-align: center;
    width: 210;
    left: 82px;
    top: 350px;
    Filter: Glow(Color=#271007, Strength=5)
}


div#hand {
    position: absolute;
    left: 240px;
    top: 350px;

    width: 400px;
    height: 400px;

    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;


}

div#coverfooter {
    position: relative;
    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;
    text-align: center;
    width: 400;
    left: 0px;
    top: 0px;
    Filter: Glow(Color=#271007, Strength=5)
}


div#footer {
    position: relative;
    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;
    text-align: center;
    width: 400;
    left: 0px;
    top: 15px;
    Filter: Glow(Color=#271007, Strength=5)
}




div#book {
    background-image:  url(bookpage.jpg);
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;

    width: 400px;
    height: 450px;
}

div#booktext {
    position: relative;
    font-family: Courier New;
    font-size: 12px;
    width: 340;
    left: 40px;
    top: 20px;
}

div#newchaptertext {
    position: relative;
    font-family: Courier New;
    font-size: 12px;
	text-align: center;    
    width: 340;
    left: 40px;
    top: 20px;
}

div#chapterimage {
    position: absolute;
    font-family: Courier New;
    font-size: 12px;
    color: #ffde6b;
    text-align: center;
    width: 340;
    left: 42px;
    top: 120px;    
}


div#pageimage {
    position: relative;
    font-family: Courier New;
    font-size: 12px;
    color: #000000;
    text-align: center;
    width: 340;	
	height: 310;
}

div#advertisement {
    position: relative;
    font-size: 12px;
    width: 220px;
	color: #ffde6b;
}

div#advertisement a:link {
color: #ffde6b;
}

div#advertisement a:visited {
color: #ffde6b;
}

div#advertisement a:hover {
color: #ffde6b;
}




a.title {
  width: 100;
  color: #ffffff;
}

a.title:hover {
  width: 100;
  color: #aaaaff;

  background-color: #ffffff;

}

table.footer {
    font-family: Courier New;
    font-size: 10px;

}

hr
{
   height:1px;
   width: 500px;
   color: #ffde6b;
   text-align: left;
   margin: 0 auto 0 0;
}









