/* 
    Document   : style
    Created on : 27-feb-2013, 9.39.31
    Author     : ospite
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    overflow: hidden;
}
.container {
    background: url("../images/bck.jpg") no-repeat center center #FFF;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-container {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    left: 0;
}
.main-container img {
    display: block;
    margin: 0 auto;
}
.content {
    background-color: #FFF;
    padding: 8px 0 7px;
    text-align: center;
    margin: 20px 0;
    color: #9A9999;
    font-size: 17px;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #C6C6C6;
}
.footer {
    background-color: #9A9999;
    bottom: 0;
    color: #FFF;
    font-size: 12px;
    left: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}