@charset "utf-8";
/* CSS Document */


table{
	border-collapse: seperate;
}

ul.artist-line-up{
	display: inline;
	list-style: none;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: 37px;
	line-height: 160%;
}

ul.artist-line-up li{
	display: inline;
	white-space: normal;
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;	
}

table, table tr, table tr td{
	padding: 0;
	margin: 0;
}

tr#square-buttons td img:hover{
	height: 216px;
	width: 216px;
	padding: 10px;
}