body
{
  background-color: #1c1c1c;
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
}

h1
{
  font-size: 34px;
  font-weight: bold;
  color: #00c0ff;
}

a
{
  color: #00c0ff;
  text-decoration: none;
  white-space: nowrap;
}

a:hover
{
  text-decoration: underline;
}

div#container
{
  position: absolute;
  width: 60%;
  height: 30%;
  left: 25%;
  top: 25%;
  color: #d5d5d5;
  font-size: 20px;
}

div#container img
{
  position: absolute;
  top: -100px;
  left: -175px;
  z-index: -1;
  border: 0;
}

p, object {
  width: 500px;
}
