body { 
	background-image: url("atomic-guitar-chords.jpg"); 
	background-repeat:no-repeat;
   	background-size:cover;
}
	
footer {
	color: white;
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 2em;
  	font-size: .6em;
  	text-align:center;
}


a:link, a:active, a:hover, a:visited {
  color: white;
}
a:link {
  text-decoration: none;
}