/* CSS Document */

body {
  background-color: #000000;
  font-family: courier new;
  color: white;
  font-size: 20px;
}

h1 {
  font-family: courier new;
  color: white;
  font-size: 14px;
}

A:link {color: red; text-decoration: none}
A:visited {text-decoration: none; color: red}
A:hover {text-decoration: underline; color: red;}

#container{
  width: 900px;
}

#description {
  position: absolute;
  left:50px;
  top: 200px;
  width: 520px;
}

#banner {
  position: absolute;
  left:145px;
  top: 30px;
}

#fp{
  position: absolute;
  left: 625px;
  top: 200px;
}

#links{
  position: absolute;
  left: 690px;
  top: 527px;
}
