@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px;} 

#fundo_rodape{ 
	background:url(../imagens/rodape.gif); 
	height:75px;
	background-position:center;
	background-repeat:repeat-y;
 }

#texto_rodape{
	text-align:center;
	padding-top:5px; 
	color:#666;
}

#imgalfa:hover {
	filter:alpha(opacity=50);
    -moz-opacity:.50;
	-khtml-opacity: 0.50;
    opacity:.50; 
}