/* Base */

* {
	list-style: none;
	text-decoration: none;
}

body {
	margin:0px;
	position:relative;
}

#geral {
	background: url("../img/fundo_topo.jpg") repeat-x left top;
	width: 775px;
	margin:0px auto;
	position:relative;
	padding:0px;
	text-align: center;
	
}
.borda_img {
	border: 1px solid #8A9984;
}


#geral {
	border: 1px solid #8A9984;
}

