html,body {
    font-family: 'Oswald', sans-serif;
    //background-color:#404040;
    width: 100%;
    height:100%;
    //min-height:100%;
    background-color: white;
}

.wrap {
    height:auto;
    width: 100%;
    margin:0;
    right: 0;
    left: 0;
    min-width: 900px;
}

.viewer {
    //margin:0 auto 0;
    width:              900px;
    height:             auto;
    margin-top:         10px;
    margin-bottom:      10px;
    margin-left:        auto;
    margin-right:       auto;
    //border:1px solid transparent;
    //-webkit-box-shadow:rgba(0, 0, 0, 0.247059) 0 3px 3px;
    //box-shadow:rgba(0, 0, 0, 0.247059) 0 3px 3px;
}

.separador {
    clear: both;   
}

.footer {
    background-color:   #404040;
    border-color:       #585858;
    height:             auto;
    width:              100%;
    min-width:          900px;
    min-height:         300px;
    right:              0;
    left:               0;
    border-top:         1px solid #585858;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow:    0px -3px 6px 0px rgba(50, 50, 50, 0.39);
    box-shadow:         0px -3px 6px 0px rgba(50, 50, 50, 0.39);
}

#logo-footer {
    background-image:   url('../img/logo-bansbach-maps.png');
    float:              right;
    height:             60px;
    margin-left:        5px;
    margin-right:       5px;
    margin-top:         -17px;
    margin-bottom:      5px;
    position:           relative;
    width:              130px;
    background-repeat:  no-repeat;
    background-size:    cover;
}

#disclaimer{
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align:justify;
    color: whitesmoke;
    width: 900px;
}

#inside-footer {
    height:             200px;
    width:              100%;
    right:              0;
    left:               0;   
    padding:            10px;
    font-size:          16px;
}