body {
	background-color: black;
	font-family: "Georgia", serif;
}

div {
	position: relative;
}

.content {
	width: 900px;
	margin: 0 auto;
}

.about {
	background-image: url(background2.png); background-repeat:no-repeat;
	height: 1040px;
}

.nav {
	position: absolute;
	top: 2px;
	left: 650px;
	width: 177px;
	height: 124px;
	
	color: #FEFC7B;
	font-size: 13px;
	opacity: 1.0;
	line-height: 1.4;
	text-align: left;
	text-shadow: black 1px 1px 2px;
	text-transform: uppercase;

	font-family: Calibri, sans-serif;
}

.nav a:link, .nav a:visited {
	text-transform: uppercase;
	font-family: Calibri, sans-serif;
	color: #FEFC7B;
	text-decoration: none;
}

.nav:hover a:hover {
	color: #fffed8;
}
