html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-image: url(../files/extfile/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#wrapper {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 94%;
    height: 94%;
    text-align: center;
}
img.cover {
    height: 100%;
    -webkit-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 21px 0px rgba(0,0,0,0.75);
}

.grayShadow, .fbTopBar, .buttonBar div:last-child { /*, .buttonBar div:nth-child(2) {*/
    display: none !important;
}
.fbToolBar {
    width: 132px !important;
}

.rightShadow, .leftShadow {
    opacity: 0.15 !important;
}
.backbtn {
    opacity: 0.85;
    display: block;
    width: 200px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1000;
    text-align: center;
    border: 1px solid #b3315b;
    color: white;
    background: #99143f;
    text-decoration: none;
    margin-left: -100px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}
.backbtn:hover {
    text-decoration: none;
    border-color: #ba446a;
    background: #a22950;
}
/*
.leo-comp:hover {
    background-color: #91003733 !important;
}
.leo-comp {
    border: 1px solid rgba(143, 0, 53, 0.65);
    border-radius: 4px;
}
*/