* {
  margin: 0;
  padding: 0;
}

body {
  background: black url(./img/entrance.jpg) no-repeat bottom left;
}

h1 {
  height: 150px;
  background: url(./img/logo.gif) no-repeat center;
}

h1 span {
  display: none;
}

div#entrance {
  width: 400px;
  margin: 10px auto;
  border: 1px #CCCCFF solid;
  text-align: center;
  color: white;
}

div#entrance h3 {
  background: #CCCCFF;
  font-size: 1.5em;
  font-weight: bold;
  color: BLACK;
}

div#entrance p{
  margin: 10px 0;
}

div#entrance p a{
  color: white;
  font-weight: bold;
  font-size: 0.8em;
}

div#link {
  width: 60em;
  margin: 10px auto;
}

div#link table {
  width: 60em;
  border-top: solid 1px red;
  border-left: solid 1px red;
}

div#link td {
  border-right: solid 1px red;
  border-bottom: solid 1px red;
  text-align: center;
}

div#link td a {
  color: white;
  font-size: 0.8em;
}