@charset "utf-8";
/* CSS Document */

body
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	background:url(img/fundo.jpg);
	background-repeat:repeat-y;
	margin:0px;
}

#container_logo
{
	width:780px;
	height:35px;
	text-align:left;
}




#quiz
{
	width:780px;
	height:400px;
	margin-top:50px;
	margin-bottom:50px;
}

#principaisinvestimentos
{
	width:780px;
	height:400px;
	margin-bottom:50px;
}



#audiosdinheiro
{
	width:780px;
	height:400px;
	margin-bottom:20px;
}

#comparainvestimentos
{
	width:780px;
	height:400px;
	margin-bottom:50px;
}



a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}