@charset "utf-8";
/* CSS Document */

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #FF0000 url(../images/fundo.gif) repeat fixed;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

#tudo 
	{
	width: 100%;
	height: 100%;
	}
	
#tudo span
	{
	display: block; width: 600px; height: 220px;
	margin: 100px auto 0 auto;
	padding: 180px 0 0 0; font: bold 20px arial; color:#FFFFFF;
	text-align:center; background: #f00;
	}
	#tudo span a {color: #fff; font: 14px arial;}