.hp{
	margin: all;
}

#topo{
   width: 800px;
   height: 236px;
   background: rgb(165, 128, 100);
   position: absolute;
   top: 5px;
   left: 330px;
   border: dashed;
}

#meio{
   width: 800px;
   height: 400px;
   background: rgb(216,216,191);
   position: absolute;
   top: 236px;
   left: 330px;
   border: dashed;
}

#base{
   width: 800px;
   height: 80px;
   background: rgb(165, 128, 100);
   position: absolute;
   top: 636px;
   left: 330px;
   border: dashed;
}

#imagem{
	height: 236px;
	width: 177px;
	position: absolute;
	right: 0;
}

p{
	position: absolute;
	top: 70px;
	left: 150px;
}

a{
	text-decoration: none;
}