#home {
	background-color: white;
	width: 830px;
	color: black;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#home header {
	display: block; position: absolute; height: 245px; top: 0;
}

#home header .pony { position: absolute; bottom: 35px; }
#home header #left-pony { left: 500px; }
#home header #right-pony { left: 80px; }
#home header #grass { position: absolute; bottom: 0; }

#home article {
	display: block; width: 695px;
	margin: 228px auto 0 auto;
	padding: 35px;
	background-color: #eee;
	font-family: Times, "Times New Roman", sans-serif;
	font-size: 13px;
}

#home a {
	color: gray;
}

#home p, #home nav {
  display: block;
	text-align: justify;
	line-height: 1.3em;
}

#home nav {
	text-align: center;
}

#home nav a {
	padding: 0 1ex 0 1ex;
}

#home article .initial {
	color: transparent;
	background-image: url("b-initial.png");
	width: 33px; height: 43px;
	/*font-size: 400%;
	font-family: "VespasiansFlorials";*/
	display: inline-block;
	float: left;
	margin-top: -15px;
	margin-left: -7px;
}


/* Error Page */
#missing body {
	height: 100%;
	min-height: 100%;
}
#missing div {
	position: absolute;
	top: 50%; left: 50%;
}

#missing div img {
	margin-left: -190px;
	margin-top: -180px;
}