/*----------|Body e classses gerais |----------------*/
body {
	background: url(../images/bgBody.jpg) #4DB5D8 no-repeat center top;
}

.alt { display: none; }

.clean {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
/*--------|Geral|-----------*/
#Geral {
	width: 982px;
	height: auto !important;
	min-height: 480px;
	height: 480px;
	margin:  -290px 0  0 -491px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:1;
}

#Geral h1 {
	background:url(../images/img-title.png) no-repeat;
	width: 488px;
	height: 406px;
	position: absolute;
	left: 243px;
	top: 39px;
	z-index: auto;
}


#Geral a.acesse {
	background:url(../images/img-acesseSite.gif) no-repeat;	
	width:271px;
	height: 72px;
	position: absolute;
	top: 455px;
	left: 352px;
	z-index: auto;
}

#Geral p#rodape {
	color: #FFF;
	position: absolute;
	left: 395px;
	top: 530px;
	z-index: auto;
	font: 10px Arial;
}

