body {
    background: #2d1000;
}

.cover {
    width: 800px;
    height: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cover img {
    border: 0px hidden blue;
}

.page {
    width: 800px;
    height: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url('page.jpg')
}

.page-block {
    position: relative;
}

.page-block #photo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 320px;
    height: 240px;
    border: 2px solid grey;
}

.page-block #name {
    position: absolute;
    top: 32px;
    left: 394px;
    width: 374px;
    font-size: 30px;
    font-family: "Zapf Chancery, cursive";
}

.page-block #email {
    position: absolute;
    color: blue;
    top: 110px;
    left: 394px;
    width: 374px;
    font-size: 24px;
    font-family: "Zapf Chancery, cursive";
}

.page-block #text {
    position: absolute;
    top: 304px;
    left: 32px;
    width: 706px;
    font-size: 20px;
    font-family: "Zapf Chancery, cursive";
}

.page-block #next {
    position: absolute;
    top: 262px;
    left: 730px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    border: 0px hidden blue;
}

.page-block #prev {
    position: absolute;
    top: 262px;
    left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    border: 0px hidden blue;
}
