html {
	color: black;
	font-family: 'Gudea', sans-serif;
	background-color: white;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}
#song {
	color:#e23434;
	font-family: 'Anton', sans-serif;
	color: #e23434;
	position: fixed;
	font-size: 120px;
	text-align: center;
	bottom:10px;
	left: 100px;
	text-decoration: underline;
}
#song:hover {
	color: grey;
}
#singer {
	font-family: 'Anton', sans-serif;
	color: white;
	font-size: 50px;
	position: fixed;
	text-align: center;
	top:10px;
	right:200px;
}
em {
	color: #F08080;
}
.red{
	color:#e23434;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.red:hover {
	color: grey;
}
.chorus {
	font-style: italic;
	margin-top: -2em;
	color: grey;
}
.end {
	margin-bottom: 2em;
}
body {
	background-image: url(http://static.tumblr.com/es3dflv/Z40nasxro/albumcover_wallpaper.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#lyric {
	margin: 300px;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=60);
}