body {
	margin: 0px;
	background-color:#710D0D;
}
#contenedor
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 450px;
	z-index:0;
	margin-left: -375px;
	margin-top: -225px;
}
#contenido{
	width:100%;
	height:100%;
	text-align:center;
}
#contenido a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color:#FFCC33;
}
.enlace{
	margin-top:10px;
	width:375px;
	float:left;
	text-align:center;
}
