*{
	list-style:none;
	margin:0;
	padding:0;
}
body{
	background:#e9e9e9 url("../img/bg/bg_body.png") repeat-x;
	font-family:Verdana, Arial, serif;
}
#geral{
	margin:0 auto;
	width:500px;
}

#header h1{
	background: url("../img/bg/bg_logo.png") repeat-x;
	display:block;
	height:216px;
	margin:115px auto 90px;
	overflow:hidden;
	text-indent:-999em;
	width:306px;
}
#content h2{
	color:#848484;
	display:block;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}
#content ul li{
	float:left;
}
#content ul li a{
	background: url("../img/bg/bg_buttons.png") no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	height:70px;
	margin:45px 10px 0;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	width:155px;
}
#content ul li a.bt_asaSul{
	margin-left:90px;
}
.texto {
	font-size:11px;
	color:#666;
	clear:both;
	float:right;
}
