@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  url(http://arquivos.amador69.com.br/img/bg_body.jpg) repeat-x left top;
	font: normal 0.83em Arial, 'Trebuchet MS', Verdana,  serif;
	color: #979797;
	line-height: 1;
}

#geral {
	margin: 0px auto;
	width: 990px;
}

.clear{
	clear: both;
}

.sumir {
	display: none;
}

a:hover {
	text-decoration: underline !important;
}
