@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-left:9px;
		
	background:url(img/fundo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#topo
{
	width:797px;
	height:208px;
	text-align:right;
	padding-top:10px;
}

#principal
{	
	width:797px;
	height:1300px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
