@charset "utf-8";
/* CSS Document */


body {
  background-color: black;	
  background-image: url("/images/hyperion-card.1920.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  color: white;	
  }

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.absolute {
  
  position: absolute;
  left: 40%;
  bottom: 10px;
  width: 300px;
  border: 0px ;
}