		body{
			background-color: #cf8234;
			background-image:  url(/images/fundo.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			margin-top:0;
			margin-bottom:0;
			margin-left:0;
			margin-right:0;
/*			text-align:center; /*/
		}

		.centro{
			width:799px;
/*			height:608px; /*/
			position:absolute;
			left:50%;
			top:50%;
			margin-left:-399px;
			margin-top:-304px; 
		};

