body {
	margin:0px;
	background:#5B4536;
	font-family:Arial, Helvetica, sans-serif
}
#main{
position:absolute;
height:100%;
width:100%;
}
._texto_padrao {
	font-size: 10px;
	color: #000000;
}
.legenda {
	font-size: 11px;
	color: #FFFFFF;
}

/* Estilos para a Página Amplia*/

#topo{
margin:0px;
background-image:url(../imagens/background_full.jpg);
background-repeat:repeat-x;
height:78px;
}
#corpo{
line-height:150%;
padding:10px;
text-align:center;
height:100px;
}


