div#page {
    width: 620px;
}


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#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#advertisement {
    position: relative;
    font-size: 10px;
    left: 0px;
    top: 100px;
    width: 220px;
}




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;

}









