/* Reset */
html, body {
  margin: 0;
  padding: 15;
}

/* Base */
body {
  font: 76% arial, sans-serif;
  text-align: center;
  background-color: #161616;
  background-image: url(/s/tile_final2.png);
}

p, h2, li {
  margin: 0 10px 10px;
  color: white;
}

a {
  display: block;
  padding: 10px;
  color: #800000;
}

/* Layout */
div#container {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

div#header h1 {
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding-left: 10px;
  color: blue;
  background: transparent;
  border: 1px dashed #fff;
}

div#content p {
  line-height: 1.4;
}

div#content {
  float: left;
  width: 500px;
  box-sizing: border-box;
  background: transparent;
  border: 1px dashed #fff;
}

div#navigation {
  float: right;
  width: 200px;
  box-sizing: border-box;
  background: transparent;
  border: 1px dashed #fff;
}

div#extra {
  float: right;
  clear: right;
  width: 200px;
  box-sizing: border-box;
  background: transparent;
  border: 1px dashed #fff;
}

div#footer {
  clear: both;
  width: 100%;
  color: #fff;
  background: transparent;
  border: 1px dashed #fff;
}

div#footer p {
  margin: 0;
  padding: 5px 10px;
}
