@charset "utf-8";
/* CSS Document */

body
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	
	background:url(img/fundo.jpg);
	background-color:#000000;
	background-position:top;
	background-repeat:no-repeat;
	
	padding-left:25px;
}

#principal
{
	margin-top:420px;
	width:780px;
	height:450px;
}

#banner
{
	width:780px;
	height:60px;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#00CC00;
}

#infrografico
{
	width:780px;
	height:450px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}