html {
    min-height: 100%
}

body {
    background: #334d7e url('../../background.jpg') no-repeat top center;
    font-family: 'Alice', sans-serif;
    font-size: 18px;
}

#mh-book {
    margin: 0px auto 100px auto;
    text-align: justify;
    position: relative;
    width: 976px;
    height: 716px;
}

.mh-enter {
    text-align: center;
}

#mh-col1 {
    position: absolute;
    left: 31px;
    top: 9px;
    width: 426px;
    height: 665px;
    padding: 10px
}

#mh-col2 {
    position: absolute;
    left: 495px;
    top: 9px;
    width: 426px;
    height: 665px;
    padding: 10px
}

#mh-title {
    text-align: center;
    font-size: 50px;
}

#mh-image {
    border: 2px solid #222;
}

#mh-controls {
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
    margin: 0px auto;
    width: 976px;
}

#mh-controls a {
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 2px 4px #000;
    font-size: 90%;
    text-decoration: none;
    margin: 0px 20px;
}

#mh-nav-bg {
    position: fixed;
    background: #888;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#mh-nav {
    position: absolute;
    background: aliceblue;
    padding: 20px;
    border-radius: 15px;
    border: 0px solid black;
    box-shadow: #222 5px 5px 10px;
    text-align: left;
}
#mh-nav a {
    text-decoration: none;
}
#mh-submit-contact-bg {
    position: fixed;
    background: #888;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#mh-submit-contact {
    position: absolute;
    width: 470px;
    height: 400px;
    background: aliceblue;
    padding: 20px;
    border-radius: 15px;
    border: 0px solid black;
    box-shadow: #222 5px 5px 10px;
}
#mh-submit-contact-iframe {
    width: 470px;
    height: 400px;
    border: 0px;
}


#mh-candles {
    position: absolute;
    top: 118px;
    left: 308px;
}
