
/* ----------- Criado por "L&ocirc;, Andr&eacute; Rodrigues Moreira" ------------ */

/* ---- andre.moreira.lo@gmail.com ---- */

/* In&iacute;cio da Entidade Body ( body ) */




body {
    background-color : #000000;
  }

/* - area edit�vel - */

div.base {
	position: relative;
	top:0px;
    width:1000px;
    margin:auto;
  }

div.endereco {
    background-image:url(../imagens/endereco.jpg);
    background-repeat:no-repeat;
    width:1000px;
    font-size: x-large;
    color:#dddddd;
    text-align:center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
  }

div.end {
    width:1000px;
    font-size: large;
    color:#dddddd;
    text-align:center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    }
	
.clear {
	clear:both;
	}
	
a {color:#000000;
}

a:hover {color:#000000;
}

a:active {color:#000000;
}

