html {
    height: 100%;
    margin: 0;
}
body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    background: #fff url('/images/girlsstickers.png') center center no-repeat;
    background-size: contain;
}
footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 120px;
    width: 100%;
    color: #999999;
}
footer a {
    text-decoration: none;
    color: #999999;
}
