body{
	background-image: url("../../assets/img/snow1.gif"), url("../../assets/img/snow2.gif"), url("../../assets/img/pinkerton_foreground1.png");
	background-color: #101000;
	background-repeat: repeat, repeat, no-repeat;
	background-position: center bottom;
	background-size: auto, auto, cover;
	color: #E6D0A5;
}
table.center, img.center {
	margin-left: auto;
	margin-right: auto;
}
th {font-size: 32px}

table.songs, tr.songs, td.songs {border:2px solid #E6D0A5;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}