/*layout
****************************/
body {
margin:0px;
padding:0px;
background-color:#ffffff;
color: #000000;
font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
}
a:link {
	color:#565656;
	text-decoration:none;
}
a:visited {
	color:#565656;
	text-decoration:none;
}
a:hover {
	color:#565656;
	text-decoration:underline;
}
a:visited:hover {
	color:#565656;
	text-decoration:underline;
}
.bt:hover {
	color: #565656;
	font: bold;
}
.bt:link {
	color: #565656;
}
.bt:visited {
	color: #565656;
}
.bt:visited:hover {
	color: #565656;
	font: bold;
}



#GERAL {
	background-color:#ffffff; 
	height:390px; 
	left:50%; 
	margin:-225px 0 0 -385px; 
	position:absolute; 
	top:50%; 
	width:770px
	}



#TOPO {
	background-image:url(../imagem/menakaho.JPG);
	background-repeat:no-repeat;
	height:350px;
	Align: center
}


#CONTEUDO {
	height: 40px;
}

.TEXTO{
	color: #404040;
	font: 10px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	float: inherit;
	Align: center
}
