html {}

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

#container {
  position: relative;
  width: 400px;
  height: 300px;
  left: 20%;
  top: 10%;
  margin-left: 0px;
  margin-top: 0px;
  
}

#text {
  width: 400px;
  height: 400px;
  margin-left: 300px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;

  z-index: 5000;
  position: relative;
}

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

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

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

.texts {
  display:none;
}

#container img {
  opacity:0;
  visibility:hidden;
}

#textfield img {
  opacity:1;
  visibility:visible;
}
