/* CSS Document */
#layer_topo{
	position:relative;	
}
#layer_banner_topo{
	position:relative;
	height:90px;
}
#banner_topo{
	position:absolute;
	width:728px;
	height:90px;
	/*background-image:url(../../imagem/site/exemplo_banner.jpg);*/
	background-repeat:no-repeat;
	left: 0px;
	top: 0px;
}
#logo_publicidade_topo{
	position:absolute;
	left: 733px;
	top: 26px;
}
#layer_empresa{
	position:relative;
	margin-top:10px;
	height:75px;
	border-top:2px solid #99cc33;
	background-image:url(../../imagem/site/topo_crh.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	cursor:pointer;
}
