
html {overflow: hidden;}

body {
	font-size: 13px;
	line-height: 150%;
	font-family: sans-serif;
	background-color: #333333;
	color: white;
	margin: auto;
}

#container {
  /*position: absolute;*/
  width: 615px;
  height: 500px;
  left: 50%;
  top: 50%;
  /*xmargin-left: -400px;
  xmargin-top: -300px;
  border:1px solid blue;*/
}

#text {
  width: 380px;
  height: 500px;
  margin-left: 170px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
  /*border:1px solid red;*/
}

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;
}
