body
{
    font-family: 'Roboto';
}
body > .wrapper
{
    width:100%;
    position: fixed;
    top:0px;
    right: 0px;
    bottom: 0px;
    left:0px;
    background-color:#000;

}

body > .wrapper > .container
{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}



body > .wrapper > .container > img
{
    display:inline-block;
    width:300px;
    max-width:90%;
}

body > .wrapper > .container > p
{
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    margin: 0px;
    margin-top: 30px;
    color: #fff;
}

body > .wrapper > .container-footer
{
    position: absolute;
    width:100%;
    bottom:30px;
    left:0px;
    text-align:center;
}
body > .wrapper > .container-footer > p
{
    font-family: 'Helvetica Neue LT Pro';
    font-weight: normal;
    font-size:20px;
    line-height:22px;
    color: #fff;

}
