html,body{
	  background: #999999;
   }

#page-wrap : after {
	content: "Wide Layout";
}

nav{
	float: left; 
	width: 15%;
	height:500px;
}
section  {
	float: right;
	width:80%;
	height:500px;
}

footer {
	clear: both;
	display: block;
}
nav span {
	margin: 2px 100px 2px 2px;
}
