body {
    font: medium Arial, Helvetica, sans-serif;
    color: black;
    background-color: #cccccc;
}

.imagebackground {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

.book {
    position: absolute;
    width: 180px;
    height: 250px;
    z-index: 2;
}

.horibook {
    position: absolute;
    width: 280px;
    height: 250px;
    z-index: 2;
}

.bookdetails {
    position: absolute;
    background-color: beige;
    opacity: 0.6;
    width: 202px;
    height: 80px;
    z-index: 2;
    text-align: center
}

.menu {
    position: absolute;
    font-size: 20px;
    top: 210px;
    left: 230px;
    height: 27px;
    z-index: 3;
    bottom: 538px;
}
