#main {
	height: 800px;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#topo_pqno {
	height: 55px;
	width: 779px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/topo_pqno.jpg);
}
#topo {
	height: 360px;
	width: 779px;
	position: absolute;
	top: 55px;
	z-index: 1;
	overflow: auto;
}
#conteudo {
	height: 460px;
	width: 779px;
	position: absolute;
	top: 290px;
	background-image: url(../images/topo_curva.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9;
}
#conteudo_menor {
	height: 380px;
	width: 779px;
	position: absolute;
	top: 80px;
}

#rodape {
	height: 50px;
	width: 779px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #85C226;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo {
	height: 150px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 10;
}

