@import url("reset.css");
@import url("topo.css");
@import url("conteudo.css");
@import url("interna.css");
@import url("rodape.css");

/*FORMATAÇÕES PADROES*/
body {
	background: #000;
	font: normal 0.83em Arial, Verdana, 'Trebuchet MS',  serif;
	color: #fefefe;
	line-height: 1;
}

#geral {
	margin: 0px auto;
	width: 990px;
}

.clear{
	clear: both;
}

.sumir {
	display: none;
}
