body {
	color: rgb(255,255,255);
	background-color: rgb(68,92,113);
	background-image: url("Letter.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 50%;
	font-size: 1em;
	font-family: garamond, georgia, "Times New Roman", serif;
	margin-right: 150px;
	margin-left: 150px;
}
h1 {
	padding: 5px 5px 5px 10px;
	color: rgb(255,255,255);
	background-color: rgb(127,159,184);
	font-size: 2em;
	font-family: garamond, georgia, "Times New Roman", serif;
}
h2 {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-family: garamond, georgia, "Times New Roman", serif;
}
a {
	color: rgb(131,209,193);
}
#box {
	padding: 30px 20px 30px 20px;
	background: rgb(127,159,184);
}
img {
	border: none;
}
#picture {
	position:absolute;
	top: 85px;
	left: 100px;
	width: 375px;
}
#footer {
	position:absolute;
	bottom: 0;
	text-align: center;
	padding: 0 10%;
}
#bio {
	position:absolute;
	top: 100px;
	left: 500px;
	width: 300px;
}
