#rodape {
	position: relative;
	z-index: 10;

	height: 98px;

	margin-top: -2px;

	background-image: url(../../imagens/estrutura/rodape_fundo.png);
	background-repeat: repeat-x;
}

* html #rodape {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='imagens/estrutura/rodape_fundo.png');
}

#rodape div {
	position: relative;

	width: 750px;

	margin: 0 auto;
	padding: 15px 5px 0 5px;
}

#rodape p {
	color: #999;
	font-size: 92%;
	letter-spacing: -1px;
}

#rodape .vixtime {
	position: absolute;

	bottom: 0px;
	right: 5px;
}

#rodape .vixtime a {
	display: block;

	width: 50px;
	height: 13px;

	background-image: url(../../imagens/estrutura/vixtime_fundo.gif);

	text-indent: -9999px;
}
