body {
  font-family: Trebuchet MS, arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  background: #ffffff;
}

#tentacles {
  background: url('images/tentacles.png') no-repeat 100% 0%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}

header {
  display: block;
  background: url('images/flag.png') no-repeat 30px 0px;
  width: 100%;
  height: 196px;
  position: relative;
}

a, a:visited {
  text-decoration: underline;
  color: #ffffff;
}

a:hover, a:active, a:focus {
  background: #f7941e;
}

section#main {
  display: block;
  background-color: #423d39;
  width: 100%;
  padding: 1em 0;
  margin: 1em 0;
}

#main p, #main h2, footer {
  display: block;
  margin-left: 135px;
  width: 440px;
}

h2 {
  font-size: 2em;
  margin-bottom: .4em;
}

p {
  margin-bottom: 1em;
}

#content {
  position: relative;
  z-index: 200;
}

#main p span {
  color: #f7941e;
}

footer {
  color: #423d39;
  font-size: .6em;
  padding: .6em 0;
}

