html, body{
  height: 100%;
}
body { 
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #000000;
  
}

.right   { text-align: right; font-size: 16px; font-weight:bold; padding: 1.5em;}

div, body{
  margin: 0;
  padding: 0;
  font-family: exo, sans-serif;
  
}


img.resize {
  max-width:80%;
  max-height:80%;
}


.wrapper {
  height: 100%; 
  width: 100%; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%; 
  height:30%;
  margin-left: 100;
  margin-top: 30;
  display: block;
  position: absolute;
  color: #fff;
  padding: 1.5em;
  font-family: 'Space Mono', monospace;
}

