@charset "utf-8";
* {
	background-color: #000000;
	margin: 0px;
}
#caixa {
	height: 500px;
	width: 1000px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#caixa #logobar {
	float: none;
	height: 80px;
	width: 1000px;
}
#caixa #logobar #logo {
	float: left;
	height: 80px;
	width: 420px;
}
#caixa #logobar #enpt {
	height: 80px;
	width: 580px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
}
#caixa #conteudo {
	height: 400px;
	width: 1000px;
}
#caixa #rodape {
	height: 20px;
	width: 1000px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #080808;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #999999;
	text-decoration: none;
}
#caixa #conteudo #centro {
	color: #666666;
	height: 80px;
	width: 1000px;
	margin-top: 80px;
	text-align: left;
}

