html { 
  background: url(madeira-bg.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html, body {min-height: 100%;}
img{
        width:19%;
}
#links-container{
        width:100%;
        position: fixed;
        bottom: 0;
        left: 0;
}
#text-container{
        text-align: center;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
        font-family: 'Source Sans Pro';
        font-size: 5em;
        color:#ffffff;
        top:30%
}
