@charset "utf-8";
/* CSS Document */

body {
	display: block;
	background-color: #111111;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

#principal {
	position: absolute;
	width: 955px;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -477px;
	background-image: url(../imagens/fundo.jpg);
}

#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 410px;
	height: 180px;
	background-image: url(../imagens/cabecalho.png);
	z-index: 8000;
}

#abreContatos, #contatos {
	position: absolute;
	right: 21px;
	top: 21px;
	background: transparent url(../imagens/pretotranspsimples.png) repeat;
	color: #fff;
	padding: 5px;
	z-index: 8000;
}

#abreContatos {
	cursor: pointer;
	width: 53px;
	height: 15px;
	font-weight: bold;
}

#contatos {
	width: 230px;
	height: 90px;
}

#contatos a {
	color: #66FFFF;
}

#menu #logo {
	background: #000000 url(../imagens/logo.gif);
	position: absolute;
	left: 20px;
	top: 10px;
	width: 317px;
	height: 109px;
	text-decoration: none;
	color: #000000;
}

#menu #topicos {
	position: absolute;
	bottom: 35px;
	left: 20px;
	font-weight: bold;
}

#menu #topicos a {
	color: #FFFFFF;
	margin-right: 7px;
	text-decoration: none;
}

#fundo, #cobertura {
	position: absolute;
	left: 20px;
	top: 21px;
}

#cobertura {
	z-index: 1000;
}