body {
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#div_flash_centrado {
	position: absolute;
	width: 1000px;
	height: 600px;
	left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -300px;
}

