@charset "utf-8";
/* -----|| Main Page ||----- */

#bands {
	float: left;
	width: 200px;
	padding-left: 40px;
	}
#bands a {
	color: #666;
	text-decoration: none;
	}
#bands a:hover {
	color: #6f0000;
	text-decoration: underline;
	}
#guests {
	float: left;
	width: 200px;
	padding-left: 40px;
	}
#guests a {
	color: #666;
	text-decoration: none;
	}
#guests a:hover {
	color: #6f0000;
	text-decoration: underline;
	}
#player {
	float: left;
	width: 235px;
	padding-left: 20px;
	}