@charset "utf-8";
body {
	margin: 0px;
	background-image: #ffffff;
	
}
#topo {
	position:absolute;
	left:140px;
	top:10px;
	width:980px;
	height:145px;
	z-index:1;
	visibility:visible;
	background-image:url(../imagem_layers/topo.jpg);
	background-repeat: no-repeat;
}
#sugestaoproduto {
	position:absolute;
	left:140px;
	top:161px;
	width:980px;
	height:336px;
	z-index:2;
	visibility:visible;
	background-image:url(../imagem_layers/sugestao_produto.jpg);
	background-repeat: no-repeat;
}
#logocliente {
	position:absolute;
	left:140px;
	top:498px;
	width:980px;
	height:86px;
	z-index:3;
	visibility:visible;
	background-image:url(../imagem_layers/logo_cliente.jpg);
	background-repeat: no-repeat;
}
#ofertaimperdivel {
	position:absolute;
	left:140px;
	top:584px;
	width:980px;
	height:568px;
	z-index:4;
	visibility:visible;
	background-image:url(../imagem_layers/oferta_imperdivel.jpg);
	background-repeat: no-repeat;
}
#tutorial {
	position:absolute;
	left:140px;
	top:1152px;
	width:980px;
	height:165px;
	z-index:5;
	visibility:visible;
	background-image:url(../imagem_layers/tutorial.jpg);
	background-repeat: no-repeat;
}
#rodape {
	position:absolute;
	left:140px;
	top:1317px;
	width:980px;
	height:146px;
	z-index:6;
	visibility:visible;
	background-image:url(../imagem_layers/rodape.jpg);
	background-repeat: no-repeat;
}
