@charset "utf-8";
#lyricsheadline {
position : absolute;
top : 20px;
left : 400px;
}
#lyricsdropdown {
	position : absolute;
	left : 15px;
	top : 5px;
}
#songscontent {
	position : absolute;
	top : 101px;
	width: 95%;
	background-color: #000000;
	color: #FFFFCC;
	padding: 3px;
	z-index: 100;
	margin-left: 1%;
	margin-right: 1%;
}
#songscontent h1 {
text-align: left;
text-indent: 20px;
}
#songscontent hr {
	margin: 5px auto 2px auto;
	width: 98%;
	text-align: left;
}
#letters {
	position : absolute;
	top : 80px;
	width: 95%;
	background-color: #333333;
	color: #FFFF99;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3.4px;
	white-space: nowrap;
	padding: 3px;
	height: 15px;
	margin-left: 1%;
	margin-right: 1%;
}
#letters a {
	background-color: #666666;
	color: #FFFF66;
	text-decoration: none;
}
#letters a:hover {
	background-color: #FFFF66;
	color: #CCCCCC;
}

