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

body{margin:0;}

#rodape{
				
		background-color:#99CC33;
		bottom:0;
		width:100%;
		height:170px;
		clear:both;
	}
#texto_rodape{
	
		margin:auto;
		width:900px;
		height:auto; 
		text-align:center;
		padding-top:100px;
		font-size:15px; 
		color:#FFF;
	    font-family:Arial, Helvetica, sans-serif;
		
}
