#perfil {
	overflow: scroll;
	visibility: visible;
	height: 330px;
	overflow-x: hidden;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.banner{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 99%;
}
#banner{
	list-style:none;
	background-color:#fff;
	position:relative;
	border:none;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 335px;
	width: 883px;
}
#banner li{
	margin: auto;
	padding: 0px;
}
#banner a{
	text-decoration:none;
}

input[type="text"], input[type="button"], input[type="reset"], input[type="submit"],input[type="password"],input[type="file"] {
	border:1px solid #999999;
	background-repeat: repeat-y;
	background-color: #FFECE8;
	height: 18px;
	font-family: Verdana, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.inputs {
	border:1px inset #999;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	height: 18px;
	font-family: Verdana, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.borda_br {
	border: 1px solid #666;
	background-color: #FFECE8;
}
.texto_normal_gg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DB3F28;
	text-decoration: none;
	text-align: center;
}
.banner .area-botoes{
	width:950px;
	height:30px;
	position:absolute;
	margin-top:160px;
	z-index:99999;
	margin-right: auto;
	margin-left: auto;
}
.banner .area-botoes #anterior{
	float:left;
}
.banner .area-botoes #proximo{
	float:right;
}

.texto_normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
