
html {overflow: hidden;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: black;
  color: white;
  margin: auto;
}

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
}

#text {
  width: 100%;
  font-weight: bold;
  text-align:center; 
  position : absolute; 
  bottom : -10px;
}

span {
  font-size: 22px;
  font-weight: bold;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}
