div.content div {
  position: absolute;
  left: 10px;
  top: 60px;
  visibility: hidden;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  width: 480px;
}

div#content {
	visibility: visible;
}

p.bottom {
	position: absolute;
	top: 265px;
}

div.nav {
	position: absolute;
	left: 10px;
	top: 30px;
	visibility: visible;
}