@charset "ISO-8859-1";
/* CSS Document */



body{
	margin:0 auto;
	background-color:#131313;
	background-image:url(../imgs/geral/bg.jpg);
	background-repeat:repeat-x;
}

.conteudo{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:70px 0 0 0;
	
}


.divisao{
	width:874px;
	height:2px;
	margin:20px 0 20px 0;
	float:left;
	background-image:url(../imgs/geral/divisao.jpg);
	background-repeat:no-repeat;
}

.baselogos{
	width:874px;
	height:85px;
	text-align:center;
	margin:0 auto;
	float:left;
	}


.direitosreservados{
	width:874px;
	height:15px;
	padding:20px 0 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	color:#CCC;
	margin:0 auto;
	float:left;
}


	