html, body {
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
	font-size: 23px;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background: #5c361d url('background.png') bottom left fixed no-repeat;
	color: #ffe3ac;
}

body {
	behavior: url('iepngfix.htc');
}

div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 1px;
}

p {
	width: 300px;
	position: absolute;
	top: -250px;
	left: -110px;
}

p span {
	font-size: 2.5em;
	line-height: 0.92em;
}

p em {
	display: block;
	font-style: italic;
	font-size: 0.6em;
	text-align: right;
	width: 220px;
}

p a,
p a:hover,
p a:active,
p a:visited {
	display: block;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
	padding: 0.7em;
	border: 1px dotted #ffe3ac;
	width: 220px;
	background: #5c361d;
	color: #ffe3ac;
	font-variant: small-caps;
}

p a:hover {
	text-decoration: underline;
}

