* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	text-decoration: none;
	vertical-align: middle;
}
html,body {
	height: 100%;
	width: 100%;
}
#flash{
	height:100%;
	width:100%;
	min-height:600px;
	min-width:1000px;
	position:absolute;
	z-index: 1;
}
#sistema{
	position: absolute;
	z-index: 2;
	width: 780px;
	height: 320px;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-410px;
	padding: 20px;
}
iframe {
	width:100%;
	height:100%;
}
