body {
	background: #000;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%;
	font-weight: bold;
}

h1 {
	color: #000; 
	background-color: transparent;
	text-align: center;
	font: 5em/3em "Powderfinger Type", serif;
	margin-top:-180px;

}
h2 {
color: #000; 
	background-color: transparent;
	text-align: center;
	font: 5em/3em "Powderfinger Type", serif;
	position: fixed;
}

.littleTitles {
	//font: 1.5em "Powderfinger Type", serif;
	padding-left: 0.5em;
}
.myName {
	position: absolute; 
	background-color: transparent; 
	z-index: 15; 
	color: #000;
	
	width: 4em;
	
	margin-left: -250px;

}

		
	
#typeHead {
	
	top: 30px;
		
	margin-right: auto;
	
	margin-left: auto;
	
	position: relative;
	
	width: 478px;
	
	height: 45px;
	
	margin-top: 3px;

}
	
#fadeInHead {
	
	top: 30px;
	
	position: absolute;
	
	width: 31px;
	
	height: 460px;
	
	margin-top: 3px;

}



#entryLinkDiv {
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 700px;
	
	position: relative;
	
	margin-top: 210px;
	top: -8em;
}

p#entryLinkDiv {
	text-align: center;
	text-indent: 3em;
	float: left;
	clear: none;
}



img {
	
	margin: 0 5px 0 7px;
	float: left;
	clear: none;
}
A:link { 
	//color: #6cf; 
	//background-color: #000; 
//	padding: 5px 20px;
//	margin: 0px 2px;
//	border: 1px solid #666;
//	background-color: #000;
	text-decoration: none;
	text-align: center;
}
	
A:visited { 
	color: #ccc; 
	background-color: #000;  
	text-decoration: none; 
}

A:hover { 
	color: #fc6; 
	background-color: #000;  
	text-decoration: none;
}
	
A:focus { 
	color: #6fc; 
	background-color: #000;  
}
		
A:active { 
	color: #f36; 
	background-color: #333;  
}