@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000;
}
#tabela {
	width: 1000px;
	height: 600px;
	margin-top: -300px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;
}
