body {
	text-align: center;
	background-color: #CCC;
	font-family: "Georgia, Hoefler Text";
}
#frame {
	background-color: white;
	margin: 75px 15% 75px 15%;
	border: 1px solid black;
}
#intro {
	margin: 130px 20px 60px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#intro p {
	font-size: 2em;
	color: #666;
}
#frame img {
	position: relative;
	right: 100px;
}
p#fp {
	font-size:0.5em;
	padding-top: 50px;
}
