body{
    background: none repeat scroll 0 0 #616161;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
    outline: none;
}

#logoGFTR {
    display: inline-block;
    float: left;
    width: 130px;
    height: 100px;
    margin-left: 5%;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 130px;
}

#container {
    width:1120px;
    height:660px;
    margin: 10pt auto;
    display: block;
}

#bookContainer{
    width:1120px;
    height:652px;
    border-radius: 0.2em;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    -moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    margin: 10pt auto;
    overflow: hidden;
    background: #f5f5f5;
}

#bookContainer #prevButton {
    width: 28px;
    height:652px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    /*background: rgba(0, 0, 0, 0.2);*/
    background-color: #eeeeee;
    /*color: #ffffff;*/
    color: #4a4a4a;
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
    padding-top: 310px;
    padding-left: 12px;
}

#bookContainer #prevButton span {
    height: 25px;
    width: 200px;
    margin-left: -90px;
    margin-top: -30px;
}

#bookContainer #prevButton .rotate270 {
    display: block;
    /* Safari */
    -webkit-transform: rotate(270deg);

    /* Firefox */
    -moz-transform: rotate(270deg);

    /* IE */
    -ms-transform: rotate(270deg);

    /* Opera */
    -o-transform: rotate(270deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#bookContainer #prevButton:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

#bookContainer #nextButton {
    width: 28px;
    height:652px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    /*background: rgba(0, 0, 0, 0.2);*/
    background-color: #eeeeee;
    /*color: #ffffff;*/
    color: #4a4a4a;
    text-shadow: 0px 0px 5px rgba(150, 150, 150,1);
    padding-top: 310px;
    padding-left: 12px;
}

#bookContainer #nextButton:hover {
    /* RGBa with 0.6 opacity */
    /*background: rgba(0, 0, 0, 0.4);*/
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

#bookContainer #nextButton span {
    height: 25px;
    width: 200px;
    margin-left: -90px;
    margin-top: 23px;
}

#bookContainer #nextButton .rotate90 {
    display: block;
    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#book{
    width:1040px;
    height:652px;
    margin: auto;
    float: left;
}

#book .turn-page{
    background-color:#ccc;
    background-size:100% 100%;
    width: 470px;
}

.hidden {
    z-index: -100;
}

#menuBar {
    width: 100%;
    min-width: 1120px;
    height: 20pt;
    padding: 5pt;
    display: block;
    background-color: #eeeeee;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    -moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.57);
    text-align: center;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

#menuBar p {
    font-size: 14pt;
    margin: 0;
    padding: 0;
}