body {
	background-color: #FFF; 
	color: #000;
	font-size: 62.5%;
	font-familiy: "Trebuchet MS";
}
#contenedor {
	position: absolute;
	left: 48%;
	top: 20%;
	width: 450px;
	height: 200px;
	margin-top: -50px;
	margin-left: -200px;
}
h1, address {
	position: absolute;
	text-indent: -3000px;
	overflow: hidden;
}

p {
	text-align: center;
	font: bold 2.5em Garamond;
	margin-top: 0;
	margin-bottom: 4em;
}