
/* Random background image. */
#LyricsPage {
	/*background-image:url("images/bk_001.jpg");
	background-attachment: fixed;*/
	background: url("images/bk_001.jpg") no-repeat center center fixed; 
	/*-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover%;
	background-size: cover%;
}