body{
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	}
	
#topo{
	height:auto;
	width:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	
#meio{
	height:auto;
	width:850px;
	background-color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
	color: #CCC;
}

#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:45px;
	width:850px;
	font:Tahoma;
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

.txt{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	}

.titulo{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#900;
	}
.amarelo{
	color:#CCC;
	}
.negrito{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-style:inherit;
	font-size:14px;
	}
