/* 

CSS stylesheet by LProspero:
http://www.in4chance.com

*/
body {
  background: #E8D0A5;
  text-align: center;
  min-width: 800px;
  background: #FFF url(images/evfundo0.jpg);
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:hover, a:visited, a:active {
  line-height: 100%;
  font-size: 9pt;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline;}
a:active {text-decoration: none}

#pagina {
      width: 682px;
      margin: 0 auto;
      text-align: left;
	  min-height: 100%;
	  height:auto;
  	  background: #E4E4E4;
	  top:10px;
}
#container{
      width: 682px;
	  left: 0;
      margin: 0 auto;
      text-align: center;
  	  background: #E4E4E4;
	  min-height: 100%;
	  height:auto;
	  color:#353535;
}
html #pagina {
height: 100%;
}

#rodape{
      width: 682px;
	  height: 20px;
      margin: 0 auto;
	  margin-left:0px;
	  padding: 5px;
      text-align: center;
	  background: #E4E4E4;
	  font-size:10px;
	  position: absolute;
	  bottom: 0px;
	  color:#000;
}
