
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #333333;
}

img {
  border:0;
}

.big {
  font-size: 23px;
}

.tight {
  margin-left: 75px;
  width: 150px;
}

div#wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -100px;
  width: 200px;
  height: 400px;
}

div#logo {
  width: 200px;
  height: 400px;
  text-align: center;
  background: url('/data/noflash.png') no-repeat;
}

div#text {
  width: 300px;
  text-align: center;
  margin-left: 50px;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

