@charset "utf-8";
#topo {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:110px;
	z-index:1;
}
#cont {
	position:absolute;
	left:151px;
	top:22px;
	width:150px;
	height:18px;
	z-index:1;
}

#recpass_form {
	position:absolute;
	left:100px;
	top:65px;
	width:500px;
	height:300px;
	z-index:1;
}
#pubesq {
	position:absolute;
	left:0px;
	top:160px;
	width:150px;
	height:500px;
	z-index:2;
}
#centro {
	position:absolute;
	left:150px;
	top:160px;
	width:700px;
	height:500px;
	z-index:3;
}
#pubdta {
	position:absolute;
	left:850px;
	top:160px;
	width:150px;
	height:500px;
	z-index:4;
}
#rodape {
	position:absolute;
	left:0px;
	top:673px;
	width:1000px;
	height:50px;
	z-index:5;
}
#menu {
	position:absolute;
	left:0px;
	top:110px;
	width:1000px;
	height:45px;
	z-index:6;
}
body {
	text-align: center;
}
#master {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

