html{
    /* This image will be displayed fullscreen */
    background:url('background.png') no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;

    /* The Magic */
    background-size:cover;
    
}
#title{
    font-size:1.6em;
    font-family: Breeze;
    text-align: center;
    margin:0px;
}
@font-face{
    font-family: Breeze;
    src: url('fonts/Breeze.ttf')
}