body {
	background-color: #000;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(laycut/images/texturaFundo.jpg);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
}
/* inicio topo */
#topoTudo{
	height:200px;
	text-align:center;
	margin:0 auto;
	position:relative;
	clear:both;
	width: auto;
	background-image:url(laycut/images/fundoTopoTudo.jpg);
	background-position:center;
	background-repeat:repeat;
}
.tabelaTopo{
	width:960px;
	margin:0 auto;
	}
/* fim topo */

/* inicio areaCentral  */
#centroTudo {
	width:981px;
	margin:0 auto;			
	text-align:left; /* bug IE	*/	
	background-repeat: repeat-y;
	background-image:url(laycut/images/fundoCentro.png);
    display:table;
}
#menu {
	width:958px;
	margin:0 auto;
	text-align:left; /* bug IE	*/
	margin-left:11px;
}

#corpo{
	margin:0 auto;	
	clear:both;
	width: auto;
	display:table;
}
/*  fim areaCentral */

/* inicio banner principal */

#bannerPrincipal {
	width:940px;
	height:120px;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:auto;
	vertical-align:middle;
}

/* fim banner principal */

/* inicio rodape */
#rodapeTudo {
	height:250px;	
	text-align:center;
	margin:0 auto;
	position:relative;
	clear:both;
	width: auto;
	background-image:url(laycut/images/fundoTopoTudo.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#rodapeConteudo {
	width:960px;
    height:250px;
	margin:0 auto;
	background-image:url(laycut/images/fundoBottomCentro.png);
	position:relative;
	padding-right: 1px;
}

/* fim rodape */

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
	border:0px;
}

a.info:hover{
	z-index:25;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em;
	left:2em;
	width:15em;
    border:1px solid #000;
    background-color:#ffffe1;
	color:#C00;
    text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
}
