#bio {
	color: white;
	width: 100%;
	text-shadow: #000 0 1px 20px;
	z-index: 7001;
	position: absolute;
	background: url(../images/black80pct.png) repeat;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	top: 0;
	left: 0;
}

#bio-inner {
	width: 406px;
	text-align: justify;
	display: block;
	margin: 143px auto auto;
	padding-top: 60px;
}

#bio-inner a {
	color: white;
	text-decoration: none;
	padding: 1px;
	position: relative;
	left: -1px;
}

#bio-inner a:hover {
	background: white none repeat;
	color: #000;
	text-shadow: #000000 0 0 0px;
}


