body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#divContentIndex{
	position:absolute;
	width:100%;
	height: 550px;
	top:50%;
	margin-top: -275px;
	background-image:url(../imagens/bkg_index.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#divLogo{
	width:100px;
	height:199px;
	margin-left: 140px;
}
/* TEXTO INDEX//////////////////////////////////////////////////////*/

.textoIndex{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
}
.textoIndex a:link,.textoIndex a:active,.textoIndex a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}

.textoIndex a:hover{ 
	color: #CC0000;
	font-weight:bold;
	text-transform:uppercase;
}

/* TEXTO PULAR//////////////////////////////////////////////////////*/

.textoPular{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
}
.textoPular a:link,.textoPular a:active,.textoPular a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}

.textoPular a:hover{ 
	color: #CC0000;
	font-weight:bold;
	text-transform:uppercase;
}