body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	height: 100%;
	width: 100%;
}
#formulario {
	background-color: #000000;
	height: 500px;
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	z-index: 999;
}
#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
	z-index: 1;
	height: 100%;
	width: 100%;
}
