/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#contenedor {
	background-color: #000000;
	position: absolute;
	height: 490px;
	width: 780px;
	left: 50%;
	top: 50%;
	margin-top: -245px;
	margin-left: -390px;
	border: 0px solid #000000;
}

