@font-face { 
	font-family: "EurostileLTStd"; 
	src: url("EurostileLTStd-Ex2.otf"); 
	format ("ttf"); 
}

body,html{
	height: 100%;
	background: #e9ad00;
	padding: 0;
	margin: 0;
	font-family: EurostileLTStd;
}
#table{
	display: table;
	width: 330px;
	height: 100%;
	margin: auto;
	font-family: EurostileLTStd;
}
#cell{
	display: table-cell;
	vertical-align: middle;
}
#contenido{
	height: 145px;
	width: 330px;
	text-align: center;
}