body {  
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d6e71;
	background-color: #000000;
	text-align:center;
}
a {
	text-decoration: none;
	color: #6d6e71;
}
a:hover {
	text-decoration:underline;
}
#fundo {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}
#conteudo {
	position: absolute;
	width: 570px;
	height: 388px;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -200px;
	text-align: justify;
	overflow:auto;
	padding:8px;
}
.TituloMarrom {
	margin:0;
	color: #572827;
	font-weight: bold;
	font-size: 24px;
}
