html, body, #content {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #000000;
}

img {
  border: 0;
}

a.contact:link {
  text-decoration: none;
  color: #404040;
}

a.contact:visited {
  text-decoration: none;
  color: #404040;
}
a.contact:hover {
  text-decoration: underline;
  color: aqua;
}
a.contact:active {
  text-decoration: none;
  color: #404040;
}

a.myspace:link {
  text-decoration: none;
  color: #404040;
}

a.myspace:visited {
  text-decoration: none;
  color: #404040;
}
a.myspace:hover {
  text-decoration: underline;
  color: yellow;
}
a.myspace:active {
  text-decoration: none;
  color: #404040;
}

a.friends:link {
  text-decoration: none;
  color: #404040;
}

a.friends:visited {
  text-decoration: none;
  color: #404040;
}
a.friends:hover {
  text-decoration: underline;
  color: fuchsia;
}
a.friends:active {
  text-decoration: none;
  color: #404040;
}


#content {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#centeroftheuniverse {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#bigtext {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
}

#smalltext {
  font-family: Verdana;
  font-weight: normal;
  font-size: 9px;
  color: #404040;
}
