@font-face {
  font-family: 'pricedown';
  src: url('images/pricedown.ttf') format('truetype');
}

body {
	height:	100%;
	width:	100%;
	background:	beige;
	font-size:	1.2em;
        font-family:	arial;
}

header#title_area {
	width:	100%;
	background:	Sienna;
  color: rgb(126,229,15);
  text-shadow: -3px -3px #000000;
  text-align: center;
  font: italic 36px 'pricedown', Arial;
}

img.logo {
	min-height:	100px;
	max-height:	20vh;
	display:	block;
	margin-left:	auto;
	margin-right:	auto;
}

footer.copy {
	position:	absolute;
	width:	100%;
	bottom:	4px;
	font-size: 0.8em;
}
