@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#a3a66c;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#meio{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-393px; /* metade do height */
	margin-top:-285px; /* metade do height */
}

#som{
	position:relative;
	width:768px;
	height:20px;
}

#flash{
	position:relative;
	width:768px;
	height:550px;
}

#rodape {
        position:absolute;
        padding: 0px;
        margin: 0px;
        width: 95%;
        bottom: 0px;
}


