html, body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	}
a { 
	text-decoration:none;
	}
	
a:hover { 
	text-decoration:underline;
	color:#C6B056;}
table{
	border-spacing: 10px;
	}
#fundo{
	width: 100%;
	height: 100%;
	background: url(../files/fundos/1.jpg) center top;
	z-index: -1;
	position: fixed;
	}