/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color:#FBFBFB;

}

#tudo {
	width: 860px;
	heigh: 750px;
	position: absolute;
	left: 30%;
	top: 0%;
	text-align:left; /* "remédio" para o hack do IE */
	
}
#content {
width: 800px;
position: absolute;
left: -30%;
top: -0%;
padding: 0px;
}
	
#flashcontent {
	width:100%;
	height:100%;
	margin-top: 0px;
	margin-left:auto; 
    margin-right:auto; 
	padding:0;
	background-position: center top;
	z-index:1;
	visibility: visible;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
#logo {
     width:219px;  
	 height:140px;
	 left:30px;
	 top:20%;
}
#texto {
     width:800px;  
	 left: 30px;
	 top:70%;
}
#texto_top {
     width:400px;  
	 height:140px;
	 left: 350px;
	 top:50%;
}
.texto_grande {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
a:link {
	font-size:100%;
	text-decoration: underline;
	color: #FF0033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:visited {
	font-size:90%;
	text-decoration: none;
	color: #FF0033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover {
	font-size:100%;
	text-decoration: underline;
	color: #FF0033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:active {
	font-size:100%;
	text-decoration: none;
	color: #3300CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
