@charset "utf-8";
/* CSS Document */

body
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
		
	background:url(../img/fundo.jpg);
	background-color:#a4837a;
	background-position:top;
	background-repeat:repeat-x;
	
	margin:0;
}

#topo
{
	height:290px;
	width:100%;
	background:url(../img/topo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#principal
{
	width:450px;
	height:450px;
}

a:link
{
	color:#000000;
	text-decoration:none;
}

a:visited
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}
