html, body {
	position:relative;	
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	text-align:center;
}


body{   
   width:100%;
   height:100%;
   margin:0;
   padding:0;
   }
   
table#geral{
	position:relative;
	width: 100%;
	height: 100%;
	text-align:center;
	vertical-align:middle;
   }
   
#conteudo{   
   position:relative;
   width:980px;
   height:545px;
   text-align:center;
   margin:0 auto;   
   font-family: Arial, 'sans-serif';
   font-size:12px;   
   }

.login{
   background:url(img_home/topo.jpg) no-repeat center top;
   width:964px;
   height:36px;      
   font-weight:bold;
   font-size:11px;
   padding:40px 0 0 16px;
   text-align:left;
   position:relative;   
   }    

.rodape{
   height:84px;
   }   
   
.centro_dentro{
   position:relative;
   height:195px;
   padding:100px;   
   *padding:170px;   
   text-align:center;
   font-size:19px;
   font-weight:bold;
   }
      
#estatistica{
   position:absolute;
   left:367px;
   top:32px;
   width:37px;
   height:28px;
   z-index:2;
   visibility: hidden;
   }
   
   
.seo {
	position:absolute;
	width: 998px;
	margin-left:-499px;
	bottom: -65px;
	left:50%;
	padding-bottom:6px;
	text-align:center;
	font-family: verdana;
	font-size: 7pt;
	color: #808080;		
	z-index: 1;
}