#logo p {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 10px;
	top: 10px;
}
#menu h1 {
	position: absolute;
	height: 600px;
	width: 147px;
	left: 10px;
	top: 110px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	list-style-type: circle;
	list-style-position: inset;
	cursor: crosshair;
}
#corpo_pagina {
	position: absolute;
	height: 600px;
	width: 800px;
	left: 160px;
	top: 110px;
}
