body {
  margin: 0;
  padding: 0;
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  font-family: Helvetica;
}

#container {
  background-image: url(../images/nick.png);
  background-repeat: no-repeat;
  height: 666px;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Linux Libertine', Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  font-size: 42pt;
  margin-top: 0;
  padding: 150px 0 0 400px;
}

p {
  font-size: 12pt;
  width: 440px;
  margin-left: 400px;
  line-height: 1.4em;
}

#latest-box {
  position: absolute;
  top: 590px;
  left: 400px;
}

a {
  color: #00B4FF;
}

a:visited {
  color: #00A4DF;
}

.rc-scout {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
}

.rc-scout p {
  width: 100%;
  margin-left: 0;
}

.rc-scout__logo {
  font-size: 22px;
  vertical-align: middle;
}
