#geral {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px; 
	margin-top:-210px;
}

body{
	background-image:url(../fundo.gif);
	background-repeat:repeat-x;
	background-position: 50% 50%;
	/*background-position: center center;*/
	background-attachment: fixed;
}
