
html {overflow: hidden;}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  background-attachment:fixed;
  color: white;
  margin: auto;
  color: #000000;
}

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -235px;
  color: #000000;
}

#text {
  width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
}

span {
  font-size: 30px;
  font-weight: bold;
  padding-right: 50px;
}

a, a:hover {
  color: #993333;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #993333;
  background-color: transparent;
  text-decoration: underline;
}

.texts {
  display:none;
}

#container img {
  opacity:0;
  visibility:hidden;
}

#textfield img {
  opacity:1;
  visibility:visible;
}
