/* CSS Document */

.rodape{
	background:url(../imagens/bg_rodape.gif) no-repeat;
	width:756px;
	height:44px;
	margin:0 auto;
	margin-top:20px;
}
	.rodape address{
		padding-left:12px;
		padding-top:10px;
		height:34px;
		float:left;
	}
	.rodape img{
		float:right;
		padding-right:10px;
	}


