* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html,body {
	height: 100%;
	width: 100%;
}
#flash{
	height:100%;
	width:100%;
	min-height:600px;
	min-width:1000px;
	z-index: 1;
/*	position:absolute; */
}
iframe {
	width:100%;
	height:100%;
}
#sistema{
	position:absolute;
	z-index: 2;
	width: 1000px;
	height: 520px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-500px;
}