body, html {
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;	
}

.principal {
	position: absolute;
	width: 967px;
	height: 600px;
	margin: 0 auto;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
