body {
	background-color: #92A5B6;
}
div.title {
	height: 300px;
	width: 300px;
	border-right: solid;
	margin-right: 10px;
}
h2 {
	position: relative;
	top: 90px;
	color: #B7757F;
	font-family: Arial Black;
}
div.des {
	height: 300px;
	width: 600px;
	position: relative;
	top: -230px;
	right: -300px;
	margin-left: 10px;
}
a {
	color: #7AC3BA;
}
a.easteregg {
	color: #000;
}