/* CSS Document */

body{
	background:url(../images/filBG.jpg) repeat-x #8d1a15;
	padding:0;
	margin:0;
}

p{
	padding:0;
	margin:0;
	color:#494a4b;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding-bottom:10px;
}

.central{
	width:798px;
	margin:0 auto;
	margin-top:8%;
}

.fundo{
	height:514px;
	background:url(../images/fundo.png) no-repeat;
}

.texto{
	float:right;
	width:320px;
	margin-right:25px;
	margin-top:228px;
	height:200px;
}

.direitos{
	clear:both;
	padding-top:50px;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	color:#FFFFFF;
}

a{
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
}