#about {
	position: relative;
	top: 0px;
	width: 800px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	background: white url(/images/about.png) no-repeat scroll 0px 60px;
}

h1 {
	position: absolute;
	top: 80px;
	right: 60px;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
}

#bio {
	position: absolute;
	top: 144px;
	right: 44px;
	width: 28em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	line-height: 3.0ex;
	text-align: justify;
}

a {
	white-space: nowrap;
}

