body { 
	margin: 0;
	padding: 0;
	
	-p-display:	
				/*"xxxxxxxxx"*/
				".yyyyyyy."
				"........." /5px
				"mmmmmmmmm"
				".lllllll."
				".h.ccc.f."
				"........." /5px
				"bbbbbbbbb"
				* 150px 25px 100px 400px 100px 25px 200px *
        ;
   width: 100%;
  background: #FFF;    
       
}

/*#topo { 
	-p-position: a;
	z-index:10;
	text-align:center;
	height:80px;
}

body::slot(a) { 
			background:#FFF; 
			}

#menu-adm { 
	-p-position:x;
	z-index:9;
	text-align:center;
	height:auto;
	margin:0 auto;
	border-top: 1px #CCC solid;
}

body::slot(x) { 
			background:#FFF;
			}*/

#conteudo-adm {
	padding-top:5px;
	-p-position: y;
	z-index:8;
	text-align:center;
	height:95px;
	margin:5px;
}

body::slot(y) { 
			background:#FFF; 
			}

#menu_portal { 
	-p-position:m;
	z-index:7;
	text-align:center;
	height:auto;
	border-bottom:#6C0 solid 2px;
}

body::slot(m) { 
			background:#007dc5;
			}

#logtrue { 
	-p-position:l;
	height:auto;
}

body::slot(l) { 
			background:#FFF;
			}

#col-navegacao { 
	-p-position: h;
	padding-top:10px;
	z-index:6;
	height:auto;
	background: url(../img/fndSiteLeft.png) repeat-x;
}
body::slot(h){
	background:#FFF;
}


#empresas { 
	-p-position: c;
	z-index:4;
	padding-top:10px;
	height:auto;
}

body::slot(c) {
	background: #FFF;
}

#col-auxiliar { 
	-p-position: f;
	z-index:5;
	text-align: center;
	font-weight: bold;
	padding-top:10px;
	background:url(../img/fndSiteRigth.png) repeat-x;
}

body::slot(f) {
	background: #FFF;
}

#figure p {
	float: right;
	width: 150px;
	height: 200px;
	margin: .5em;
	padding: .5em;
	background: #000;
	color: white;
}
#rodape {
	-p-position: b;
	z-index:1;
	text-align:center;
	height:120px;
/*	background-image:url(../img/rodape-areia.gif);
	background-repeat:repeat-x;*/
	background-color: #d2c799;
}

body::slot(b) { 
			background:#0F0; 
			}

