html, 
body {
    height: 100%;
}
body{
    background-image: url(../img/ctm-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;

    padding: 0;
    margin: 0;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;

    color: #fff;
}

.logo{    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -138px;
    margin-top: -69px;
}

.address{
    position: absolute;
    bottom: 95px;
    width: 100%;

    text-align: center;
}