#logo 
{
	width:900px;
	height:55px;
	background-image: url(img/top-logo.png);
}
#banner 
{
	width:900px;
	height:171px;
}
#estrutura 
{
	width:900px;
	height:auto;
	background-image: url(img/fundo-conteudo.png);
	float: left;
}
#menu
{
	width:282px;
	height:auto;
	float: left;
}
#menu-bg
{
	width:282px;
	height:auto;
	background-image: url(img/fundo-menu.png)
}
#barra-cinza
{
	width:618px;
	height:30px;
	float:left;
	background-image: url(img/barra-cinza.png);
}
#conteudo
{
	width:590px;
	height:auto;
	float:right;
	margin-right: 28px;
	text-align: center;
}
#direitos
{
	width:900px;
	height:43px;
	background-image: url(img/direitos-reservados.png);
	float: left;
	padding-top: 10px;
}

