/*	==================
	WHO GETS YOUR VOTE
	================== */
#WhoGetsYourVote {
	width: 645px;
	background: url(../images/home/WhoGetsYourVoteDarker_bg.jpg) no-repeat top left;
}
#WhoGetsYourVote_Content {
	padding: 0px 0px 0px 130px;
}
/*	ARTIST POLL ) ARTISTS
	===================== */
#WhoGetsYourVote #ArtistOne,
#WhoGetsYourVote #ArtistTwo {
	float: right;
	width: 245px;
	padding: 20px 0px 0px 0px;
	background-color: #1f1e1e;
}
#WhoGetsYourVote #ArtistTwo {
	margin: 0px 0px 0px 10px;
}
/*	ARTIST POLL ) LINKS
	=================== */
#WhoGetsYourVote a.ArtistOne,
#WhoGetsYourVote a.ArtistTwo {
	display: block;
	min-height: 55px;
	height: 55px;
	color: #cf8bff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
#WhoGetsYourVote a.ArtistOne {
	text-align: right;
	padding-right: 60px;
}
#WhoGetsYourVote a.ArtistTwo {
	text-align: left;
	padding-left: 50px;
}
/*	[VS] IMAGE ) PNG
	================ */
#WhoGetsYourVote img.VS {
	position: absolute;
	margin: 135px 0px 0px 345px;
}

/*	=======================
	HOW DO YOUR FAVES RATE?
	======================= */
#HowDoYourFavouritesRate {
	margin: 10px 0px 0px 0px;
}
/*	ARTISTS ) LIST OF
	================= */
#ListOfArtists {
	padding: 20px 0px 0px 0px;
}
#ListOfArtists_Content {
	margin: 20px 0px 0px 0px;
}
#ListOfArtists_Content .Artist {
	float: left;
	width: 200px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px 5px 0px 0px;
}
#ListOfArtists_Content .Thumbnail {
	float: left;
	margin: 0px 5px 0px 0px;
}
#ListOfArtists_Content .Title {
	float: left;
	width: 100px;
	padding: 0px 0px;
}