@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;
}

#familia
{
	width:780px;
	height:500px;
	margin-top:50px;
	margin-bottom:50px;
}

#linhadotempo
{
	width:780px;
	height:400px;
}

#agregador
{
	width:780px;
	height:550px;
	margin-top:50px;
	margin-bottom:50px;
}

#interatividade
{
	width:780px;
	height:100px;
	margin-bottom:50px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}