#centro {
	position: absolute;
	width: 960px;
	height: 560px;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -280px;
}

