html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#fff;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#geral { 
	width:99%;
	position:relative;  /*Contexto de posicionamento */
	background-color:#fff;
	background-image:url(../images/logofundo1.png);
	background-repeat: no-repeat;
	background-position: 100px 400px;
	background-attachment: scroll;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	border:dotted #999;
	border-width:0 1px;

	}
 * html #geral {height: 100%;}
#topo {
	background:#cfc;
	width:760px;
	height:100px;
	border-bottom:1px dotted #999;
	text-align:center;
	padding-top:1px;
	}
#mae {
	width:974px;
	margin:0 auto;
	height:auto;
	padding-left:0px;
	float:center;
	padding-top:0px;
	text-align:justify;
	}
#meio {
	width:384px;
	height:auto;
	float:left;	
	padding-top:110px;
}
#esquerda{
	width:290px;
	height:auto;
	float:left;
	padding-top:0px;
	}
#direita{
	width:300px;
	height:700px;
	float:left;
	padding-top:0px;
	}
#rodape {
	background:#fff;
	position: absolute;
	bottom: 0;  
	border:dotted #999;
	border-width: 0px 0;
	text-align:center;
	background-image:url(../images/index_20.png);
	background-repeat:repeat-x;
	width:100%;
	height:43px;	
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#060;
	}
#quebralinha {
	clear:both;
}


.titulos{
	font-size:15px;
	color:#7f8eab;
}
.titulogrande {
	width:500px;
	float:left;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity:0.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
