html, body { margin: 0; padding: 0; height: 100%; background-color: #232627;}

h1, .song, .artist, a:link, a:visited { color: #555a5b; }
.copyright, .copyrightsymbol, .body  { color: #393c3d; }

h1, .body, .copyright, #info { font-family: "Helvetica", "Arial", sans-serif; text-align: left; }
h1 { font-size: 48px; }
h1,.song { font-weight: bold; }
.body, .artist { font-size: 14px; }
.song { font-size: 24px; }
.copyright { font-size: 10px; }
.copyrightsymbol { font: 10px "Verdana", sans-serif; }

a:link, a:visited { border-bottom: none; text-decoration: none; }
a:hover, a:active { color: #009de9; }

#content {
	width: 600px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px; 
	margin-top: -100px;
}

#contentYouTube {
		margin-top: 50px;
		margin-bottom: 50px;
		margin-right:auto;
		margin-left:auto;
		width: 425px;
		height: 500px;
		padding: 10px;
}

#info { margin: 10px 0 0 0 }

#footer { position: absolute; bottom: 0; width: 100%;}