@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
}

#principal {
	width: 1024px;
	height: 500px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -250px;
	margin-left: -512px;
}
