#contenedor {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -475px;
	margin-right: auto;
	margin-bottom: 0px;
	height: 600px;
	width: 950px;
}
#pie {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
	width: 900px;
	float: left;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
}

body {
	background-color: #000000;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
