#title {
	position: absolute;
	font-size: 24pt;
	letter-spacing: 4px;
	
	left: 1000px;
	top: 317px;
	
	border-bottom: 1px solid #931e01;
	padding-bottom: 5px;
	padding-left: 2px;
	
	width: 400px;
	
	z-index: 1;
	
	-webkit-backface-visibility:hidden;
}

#title a {
	position: relative;
	left : 350px;
}

#bio {
	position: absolute;
	font-size: 0.4em;
	bottom: 20px;
	left: 333px;
	height: 10px;
	overflow: hidden;
	width: 0px;
	border-bottom: 1px solid #931E01;
	z-index: 1;
}

#bio a {
	width: 20000px;
	display: block;
	position: relative;
	left: 700px;
}

#words {
	position: absolute;
	top: 0px;
	height: 600px;
	z-index: 0;
	
	width: 600px;
	left: 607px;
}

.word {
	position: absolute;
	display: block;
	opacity: 0.15;
}

.word > a {
	color: white;
	opacity: .7;
}


.word > a:hover {
	opacity: 1;
}




#bio { height: 13px; }
#bio > a { left: 700px; width: 100000px }

#credits { 
	width: 123px;
	white-space: nowrap;
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-shadow: 0px 0px 0px;
	color: black;
	font-size: 12pt;
	border-bottom: 1px solid #931E01;
	width: 105px;
	padding: 0px 0px 2px 20px;
	color: white;
}
			
#credits .link { color : white; opacity: 0.5; text-shadow: 0px 0px 0px }

#youtube { position: absolute; left: 10px; top: 10px; opacity: 0.7; }

