@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/sky.png) repeat-x top center #000000;
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
	color: #666;
}

p {
	font-size: 1.3em;
}

a {
	padding-bottom: 1px;
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #000;
	border-bottom: dotted 1px #000;
}

.image-replace {
	display: block;
	text-indent: -9999px;
}

#grass {
	background: url(../images/grass.png) no-repeat bottom center transparent;
}

#centre {
	position: relative;
	margin: 0 auto;
	padding: 100px 0 0;
	width: 1000px;
}

#seal {
	position: absolute;
	top: 0;
	right: 0;
}

#tombstone {
	padding: 250px 80px 0 260px;
	width: 525px;
	height: 847px;
	background: url(../images/tombstone.png) no-repeat top left transparent;
	text-align: center;
}

#tombstone q {
	margin: 0 auto 50px;
	width: 473px;
	height: 196px;
	background: url(../images/quote.png) no-repeat top left transparent;
}

#tombstone cite {
	margin: 0 auto;
	width: 222px;
	height: 30px;
	background: url(../images/cite.png) no-repeat top left transparent;
}

#tombstone div {
	margin: 100px 0 0;
	border-top: dotted 1px #666;
	padding: 100px 30px 0;
}

#tombstone p {
	margin: 0 0 2em;
	font-size: 1.6em;
	letter-spacing: 1px;
}

#footer {
	color: #888;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	text-align: right;
}

#footer p {
	padding: 5px;
	float: left;
}

#footer p + p {
	float: right;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
}