
html {overflow: hidden;}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background: #000;
color: white;
margin: auto;
}

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -200px;
  background: #000 url(/prapa.jpg) no-repeat -6px -10px;
}

#text {
  width: 450px;
  height: auto;
  margin-top: -90px;
  margin-left: 200px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 6000;
  position: absolute;
}

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;
}
