body {
	font: 80% Georgia, Arial, helvetica, sans-serif, cursive;
	margin: 0;
	background-color: #72DBC1;
}

h1 {
	text-transform: Uppercase;
	background-color: #72C1DB;
	text-indent: 58px;
	border-style: solid;
	border-color: #DB728B;
}

h2 {
	font-style: italic;
}
		
#navigation {
	position: absolute;
	left: 40px;
	top: 310px;
	width: 250px;
	font-size: 15px;
	border-style: solid;
	border-color: #DB728B;
	background-color: #72C1DB;
}

#title {
	margin-left: 290px;
	margin-top: 40px;
	margin-right: 80px;
	font-size: 20px;
}

#content {
	margin-left: 350px;
	margin-right: 80px;
	font-size: 20px;
}

#logo {
	top: 40px;
	left: 40px;
	margin: 0;
	line-height: 0;
	position: absolute;
	border-style: solid;
	border-color: #DB728B;
}

#pfp {
	width: 200px;
	height: 200px;
	float: left;
	border-style: solid;
	border-color: #DB728B;
	margin: 0;
	margin-right: 20px;
}

#fullart {
	width: 400px;
	height: 400px;
	float: left;
	border-style: solid;
	border-color: #DB728B;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#faeart {
  	position: absolute;
	width: 400px;
	height: 400px;
	float: left;
	border-style: solid;
	border-color: #DB728B;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#faeart:hover {
	content: "";
	width: 400px;
	height: 400px;
  	display: block;
	position: absolute;
	opacity: 0;
}

#faeart:hover:after {
	opacity: 1;
}

#pfpspace {
	clear: left;
}