@charset "utf-8";
/* CSS Document */

body {
	  font-family:Verdana, Geneva, sans-serif;
	  font-size:10px;
      width:1024px;
	  height:564px;
	  top:50%;
	  left:50%;
	  position:absolute;
	  margin-top:-282px;
	  margin-left:-512px;
	 
}

#geral {width:1024px;
	    height:564px;
		
}
		

#menu {width:174px;
	    height:546px;
		text-align:center;
		float:left;
		background:#ECEDED;
		}
		
		
#meio {width:850px;
	    height:546px;
		float:left;
		}
	
	
#dados_legais {width:1024px;
	    height:15px;
		text-align:center;
		clear:both;
		}


a:link {color:#666; text-decoration:none;}

a:hover {color:#333; text-decoration:underline;}

a:visited {color:#999; text-decoration:none;}

