body,html {
	background-image:url(../../imgs/bg_geral.jpg);
	background-repeat:repeat-x;
	background-color:#3fb2e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height:100%;
	overflow:hidden;
	}

#geral_intro {
	background-image:url(../../imgs/bg_textura.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	position: absolute;
	z-index: 90;
	width: 100%;
	height:100%;
	}
