@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

@font-face {
	font-family: Delicious;
	src: url('Delicious-Bold.otf');
}

html, body { height: 100%; padding: 0; margin: 0; }

body {
	background: #666;
	background-image: url('img/bg.png');
	
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
}

.header {
	text-align: center;
	font-size: 7em;
	color: #999;
	text-shadow: 0px 2px 3px #2a2a2a;
}

table.harness {
	height: 100%;
}

div.quote {
	font-size: 2em;
	font-weight: normal;
	color: #222;
	text-align: center;

	text-shadow: 0px 2px 3px #555;
}

td.quote { 
	vertical-align: top;
}
