
body {
  background: #999;
}

#container:after {
  content: "Wide Layout";
}

nav {
  float: left;
  width: 15%;
  /*height: 500px;*/
}

nav span {
  margin: 0px 75px 0px 0px;
}

section {
  float: right;
  width: 80%;
  /*height: 500px;*/
}

footer {
  clear: both;
  display: block;
}
