/* CSS Document */
#banner_rodape{
	border-top:solid 2px #333333;
	width:100%;
	background:#009999;
	height:100px;
	bottom: 0%;
	left: 0%;
	position:fixed;
	display: none;
	z-index:20;
}

