

body {
  font-family: "Source Serif Pro", "Georgia", serif;
  	margin:0 auto;
	width:1212px;
	max-width:90%;
	  background-color: #000;
}


h1 { font-family:"Copperplate",fantasy; color:#fff;}
h2 { font-family:"Monaco",monospace; color:#808080;}
p { color: #c0c0c0; font-size: 16px;}
a { color: #B765B5; text-decoration: underline; }
a:hover { color: yellow; text-decoration: underline; }



.graveyard
{
	position:relative;
	left:20px;
	top:0px;
  height:638px;
  background-image:url(dead.png);
  background-repeat:no-repeat;
}


.gravestones
{
	width:600px;
	max-width:90%;
	height:70%;
	position:absolute;
	top:50px;
	right:40px;
	overflow-y:scroll;
}
