@charset "utf-8";
#geral {
	height: 800px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#geral #barra_esquerda {
	background-color: #000000;
	height: 540px;
	width: 15px;
	clear: left;
	float: left;
}
#geral #logo_menu {
	float: left;
	height: 540px;
	width: 170px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
#geral #conteudo {
	background-color: #000000;
	float: left;
	height: 540px;
	width: 515px;
}
#geral #base {
	background-repeat: repeat-y;
	background-position: left top;
	height: 260px;
	width: 700px;
	clear: left;
	float: left;
	background-color: #000000;
	background-image: url(images/bg_branco_preto.jpg);
}
