#contenido p {
	text-align: center;
}
#contenido #mclogo {
	text-align: center;
}

body {
	background-color: #000000;
	padding-top: 100px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: right;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 95%;
}


#contenido h2 {
	color: #CCCCCC;
	font-size: 16px;
	text-align: center;
}

#contenido {
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	display: none;
}
#footer a {
	color: #009900;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
