
body {
  padding: 0;
  margin: 0;
  background-color: black;
  color: white;
  font-size: 16px;
  font-family: Helvetica, Sans-Serif;
}

#background {
  float: right;
  margin: 0 0 0 20px;
  padding: 0;
}
#container {
  border: 2px white solid;
  width: 640px;
  margin: 20px auto 0 auto;
  padding: 20px;
  height: 400px;
  position: relative;
}

a {
  color: #00F;
  text-decoration: none;
  text-shadow: none;
}
a:hover {
  text-decoration: underline;
}

p {
  text-shadow: 1px 1px #070;
}
header, nav, section, footer {
  display: block;
  width: 100%;
}

header, .title {
  text-decoration: none;
  text-shadow: 2px 2px #A00;
}

.title {
  line-height: 20px;
  font-size: 32px;
  color: #FF0;
}

footer {
  width: 420px;
  text-align: right;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
}
