@charset "utf-8";
/* CSS Document */

/**** ZERANDO OS PADRÕES ***/
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: none;
	margin:0px;
	padding:0px;
	
}
.esconder {
	text-indent:-9000px;
	overflow:hidden;
}

/**** PADRAO DO SITE ****/
body {
		background:url(/images/bj_m3.jpg) repeat; width:100%; height:100%;;
}

#logo {width:750px;
height:auto;
margin:0 auto;
}

#texto { width:100px; height:auto; margin:0 auto; color:#464646; font-family: “Lucida Grande”, sans-serif; font-size: 10.4px; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.5em;}