@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#780019;
	background-image:url(images/gradiente.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#folha {
	background-image:url(images/folha.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	height:850px;
	text-align: center;
}

#flashContent {
	width:100%;
	height:100%;
	vertical-align:middle;
}

#tabela {
	width:100%;
	height:100%;
}

.copy {
	width:100%;
	height:20px;
	vertical-align:middle;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	line-height:30px;
}
