/* CSS Document */

#fundo {
	width: 986px;
		height: 585px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 

#header {
	height: 85px;
	width: 986px;
	float: left;
}
#logo{ 
	height: 75px;
	width: 171px;
	float: left;
}
#menu{ 
	height: 85px;
	width: 650px;
	float: right;
	padding-right: 5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
text-align:right;
line-height:20px;
}

#menu a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
#menu a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
#menu a:hover {color: #B1B914; text-decoration:none;}   /* mouse over link */
#menu a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */ 

#anima {
width:986px;
float:left;
height:490px;
}

a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a:hover {color: #B1B914; text-decoration:none;}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */ 

