body {
	background-color: #DDD; 
	color: #000;
	font-size: 62.5%;
	font-familiy: "Trebuchet MS";
}
#contenedor {
	position: absolute;
	left: 48%;
	top: 20%;
	width: 450px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
}
h1 {
	/*font: italic bold 12em "Trebuchet MS";*/
	font: italic bold 12em "Arial Black Normal", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: center;
	color: orange;
	margin-bottom: 0;
}
p {
	text-align: center;
	font: bold 2.5em Garamond;
	margin-top: 0;
	margin-bottom: 4em;
}
address {
	font: italic bold 1.5em sans-serif;
}

