html, body{
  height: 100%;
}
body {
			background-image: url(ts002.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #575756;
}
div, body{
  margin: 0;
  padding: 0;
  font-family: 'Heebo', sans-serif;
}
.wrapper {
  height: 100%;
  width: 100%;
}
.message {
  box-sizing: border-box;
  width: 100%;
  height:40%;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0);
  color: #C8102E;
  padding: 0.5em;
}
.mail a {
color: #FFFFFF;
}
.mail a:hover {
color: #003087;
}
