#rodape {
	clear: left;
	height: 50px;
	position: relative;
}
#rodape	.desenvolvedor {
	position: absolute;
	right: 10px;
	bottom: 3px;
	z-index: 5;
}
#rodape .direitos {
	position: absolute;
	left: 10px;
	top: 3px;
	z-index: 6;
	color: #999;
}
#rodape .direitos a {
	color: #999;
	text-decoration: none;
}
#rodape .direitos a:hover {
	color: #999;
	text-decoration: underline;
}
