body { 
	margin: 0 auto;
	padding: 0;
	
	display: 	"h" "n" "c" "o" "p" "f";
   width: 320px;
  background: #DDF;    
       
}

#header { position: h; text-align: center; }

#content { 
	position: c;
	margin: 0;
	padding: 0 .5em;
}

body::slot(c) {
	background: #FFA;
}

#nav1 { 
	position: n;
	margin: 0;
	padding: .5em;
}

#nav1 {
	list-style: none;
}

#nav2 {
	position: o;
	text-align: center;
}

#nav3 {
	position: p;
	text-align: center;
}

body::slot(h), body::slot(f) {
	background: #AAA;
}



body::slot(p) {
	background: #DFD;
}

body::slot(o) {
	background: white;
}

body::slot(n) {
	background: #AAD;
}


#footer { 
	position: f; 
	text-align: center;
	font-weight: bold;
}

#figure p {
	float: right;
	width: 150px;
	height: 200px;
	margin: .5em;
	padding: .5em;
	background: #000;
	color: white;
}