body {
	background-color: #af0d00;
	background-image: url(imagens/img_fundo.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}
#FundoGeral {
	background-image: url(imagens/img_fundogeral.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 99.5%;
	position: absolute;
	padding-top: 170px;
	text-align: center;
}
#Geral {
	text-align: left;
}
#Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: top;
}
#Rodape {
	bottom: 0px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 15px;
	padding-top: 15px;
}
#RodapeMarca {
	background-color: #FFFFFF;
	width: 2px;
	height: 45px;
	bottom: 0px;
	position: absolute;
}


#Marca {
	z-index: 1;
	top: 0px;
	position: absolute;
	width: 99%;
	left: 0;
	text-align: center;
}
.Empresa {
	filter: Alpha(Opacity=90);
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

