html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body {
    background: url(bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
address {
    text-align: center;
}
