body {
	background-color: #000000;
	color: #000000;
	background-image: url(fundo.jpg) repeat: no-repeat;
	font-family: "AvantGarde Md BT", Arial, Helvetica, sans-serif;
	font-size: large;
	margin: 0px;
	padding: 0px;
}

#conteudo {
	z-index:1;
	background-color: #000000;
	position:absolute;
	font-size: small;
	width:687px;
	top:100px;
	left:50%;
	margin-left:-330px;
	border: none;
	color: #000000;
}

p {

	text-align: justify;
	text-indent: 40px;
	margin-bottom: -10px;

}

h1{
	font-size: 20px;
	color: #ffffff;
	text-transform: none;
	line-height: 30px;
} 

h2{
	font-size: 15px;
	color: #ffffff;
	text-transform: none;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
} 