/* CSS Document */


*{
margin: 0;

}

a {
	color: #FFFFFF;

}

body {
	text-align:center;
	background-color:#5e5333;
	color: #ffffff;
	font-size: 16px;
	font-family:Mistral;
	font-weight: normal;
	font-style: normal;



}
#tudo {

	width: 100%;
	height: 600px;
	display: inline;
	position: relative;
	text-align:center;

	line-height: 25px;

	

}
.texto {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 100px;
	text-align:center;
	display:inline;
	position:relative;
		margin-left: auto;
	margin-right: auto;



}

.logo {
	background-color:#00FF00;
	text-align:center;
	height: 73px;
	width: 380px;
	display: inline;
	position: absolute;
}
 

