#conteudo
	{
	position: absolute;
	overflow: auto;
	top: 20%;
	left: 5%;
	width: 90%;
	height: 80%;
	}
#msg
	{
	position: absolute;
	top: 10px;
	right: 10px;
	}
#public
	{
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: 90%;
	text-align: center;
	}
#public a
	{
	text-decoration: none;
	}
#public a:hover
	{
	background-color: #000000;
	color: #ffffff;
	}