body {
  margin: 0;
  background-image: url("bg.gif");  /* stone background */
  background-repeat: repeat;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
}

table {
  margin: auto;
}

input {
  background: #222;
  border: 1px solid #555;
  color: white;
}

a {
  color: #8080f0;
}