/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color: #331500;
	background-image:    url("../global/tapete.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #BE9D7E;
	text-decoration: none;
}
a:hover {
	color: #4C0000;
	font-weight: bold;
}
a#active {
	color: #4C0000;
	font-weight: bold;
}
#maintable {
	width:100%;
	height:100%;
}
#container {
	position:absolute;
	left:50%;
	top:50%;
	width: 730px;
	height: 570px;
	margin-left:-385px;
	margin-top:-315px;
	border: 20px solid #FFFFFF;
	background-color: #381700;
}
