iframe{
  border: 2px solid black;
  background: black;
  width:100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 0;
}

body{
  position: relative;
  z-index = -1;
}

#background{
  font-size: 1.4em;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  width: 70%;
  height: 80%;
  opacity = 1;
  position: relative;
  z-index: 1;
  background: #020202;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10%;
  padding: 20px;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#buttons{
  float: right;
}

a{
  color: #ffffff;
  font-weight: bold;
}
