/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flash {
	width:1000px;
	height:545px;
	margin-top:-272px;
	top:50%;
	position:absolute;
	margin-left:-500px;
	left:50%;
}
#resposta {
	width:250px;
	margin-left:-125px;	
	left:50%;	
	height:175px;
	margin-top:-87px;
	top:50%;
	position:absolute;
}
.txt_resposta {
	font-family:Verdana;
	font-size:11px;
	color:#FF6600;
	text-align: center;	
	font-weight: bold;
}
