a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#F0F0F0;
}

#corpo{
	position:relative;
	margin:auto;
	width:980px;
	*margin-top:16px;
}
#topo{
	width:980px;
	height:467px;
}
#conteudo{
	width:980px;
	height:775px;
	background-image:url(../imagens/bg_div_conteudo.jpg);
	background-repeat:no-repeat;
}

#conteudo-index {
	width:980px;
	height:770px;
	background-image:url(../imagens/bg_div_conteudo_index.jpg);
	background-repeat:no-repeat;
}

#conteudo-empresa {
	width:980px;
	height:600px;
	background-image:url(../imagens/bg_div_conteudo_empresa.jpg);
	background-repeat:no-repeat;
}

#conteudo-contato {
	width:980px;
	height:500px;
	background-image:url(../imagens/bg_div_conteudo_contato.jpg);
	background-repeat:no-repeat;
}

#conteudo-corretor{
	width:980px;
	height:500px;
	background-image:url(../imagens/bg_div_conteudo_corretor.jpg);
	background-repeat:no-repeat;
}

#conteudovenda{
	width:980px;
	height:630px;
	background-image:url(../imagens/bg_div_conteudo_venda.jpg);
	background-repeat:no-repeat;
}
#conteudoavulsos{
	width:980px;
	height:600px;
	background-image:url(../imagens/bg_div_conteudo_avulso.jpg);
	background-repeat:no-repeat;
}
#rodape{
	width:100%;
	height:83px;
	clear:both;
	border: 0px solid #000000;
	top:25px;
	_margin-top:5px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
}
#rodape-noticias{
	width:100%;
	height:83px;
	clear:both;
	_margin-top:6px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
}

