body {
  background: #999;
}

#page-wrap:after {
  content: "Amplio";
}

nav {
  float: left;
  width: 15%;
  height: 100%;
}

nav span {
  margin: 0px 300px 0px 0px;
}

section {
  float: left;
  width: 80%;
  height: auto;
}

footer {
  clear: both;
  display: block;
  content: "Amplio Layout";
}
