
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(bg.gif);
	position: relative;
}
body, td {
	color: #87523c;
	font: 11pt Garamond,CastleT, arial, sans-serif;
	letter-spacing:1;
	line-height:1.3;
	}
td {
	text-align: left;
	vertical-align: top;
}

a:link {
	color: #b17279;
}
a:visited {
	color: #b17279;
}


#centro {
	position: absolute;
	top: 46%;
	width: 100%;
	z-index: 100;
}
#top {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 100;
}
#branco {
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	width: 860px;
}
#tabela {
	height: 455px;
	width: 801px;

}

#fundoarte {
	display: table-cell;
	height: 90%;
	left: 0;
	position: absolute;
	top: 0;
	width: 93%;
	z-index: 0;
}
.formulario {
	background-color: #F8E8DF;
	border: #bca29a 1px solid;
	color: #6d4230;
	padding: 0 2px;
	font : 11px arial;
	}