body {
  background-color: #fff;
  font-family: Verdana, Tahoma, Prestige, monospace;
  font-size: 12px;
}

a, a:link, a:visited, a:hover {
    color: #444;
}

#content {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 640px;
    height: 370px;

    margin-left: -320px;
    margin-top: -185px;

    border: 1px #000 solid;
    background-color: #fff;
}

#header {
  margin-left: 300px;

  letter-spacing: 5px;
}

#contact {
  position: fixed;
  margin-top: 40px;
  margin-left: 10px;
}

#text {
  position: fixed;
  margin-top: 40px;
  margin-left: 240px;

  width: 390px;
}

#truck {
    position: fixed;

    width: 380px;
    height: 250px;

    margin-left: -100px;
    margin-top: -200px;
}

#author {
  position: fixed;
  right: 5px;
  bottom: 5px;

  font-size: 8px;
  color: #ccc;
}

#author a, #author a:link, #author a:visited {
    color: #aaa;
}
