html, body{
  height: 100%;
}
body { 
			background-image: url(bg.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 20px;
  
}
.wrapper {
  height: 100%; 
  width: 100%; 
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:10%;
  bottom: 0; 
  display: block;
  position: absolute;
  background-color: rgba(8,73,117,0.85);
  color: #fff;
  padding: 0.5em;
  
}

.message a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  color: #fff;

  
}