/* logo and neon sign starting positions */
#comingSoon_theMaggies {
    position: absolute;
    top: -171px; 				/* target = top: 162px; */
    left: 236px;
}

#comingSoon_theMaggies_final {
	position: absolute;
	top: 172px;
	left: 236px;
	z-index: 200;
	display: none;
}

#comingSoon_chains {
	position: absolute;
	top: -345px; 			/* target = top: -32px; */
	left: 236px;
}

#comingSoon_neon_off, #comingSoon_neon_on {
	position: absolute;
	top: -275px;			/* target = top: -10px; */
	left: 63px;
	z-index: 211;
}
#comingSoon_neon_on { z-index: 210; display: block; }

#comingSoon_coverVoting {
    position: absolute;
    top: 300px;
    left: 85px;
}

#broughtToYouBy img {
	margin-top: 63px;
}

#scroll {
    left: 325px;
    top: -80px;
    z-index: 250;
}


/* ######################### poll styles #################### */
/* top positions are = (top edge of the png - 600) */
/* question top values are as above, but with 150px added */
#poll1-1 { z-index: 100; left: 531px; } 						/* target top: -218px; */
#poll1-2 { z-index: 101; left: 747px; } 						/* target top: -375px; */
#poll1-3 { z-index: 103; left: 837px; } 						/* target top: -225px; */
#poll1-4 { z-index: 102; left: 831px; } 						/* target top: -127px; */
#poll1-question { z-index: 100; left: 622px; width: 240px; }	/* target top: -55px; */


/* ######################### 2009 covers #################### */
#winnersSeeArchive {
    position: absolute;
    left: 90px;
    top: 450px;
    display: none;
}

.winners_link {
    position: absolute;
    top: 435px;
    display: none;
}

#winners_link_1 { left: 1000px; }	    /* target left: 735px; */
#winners_link_2 { left: 1000px; }	    /* target left: 715px; */
#winners_link_3 { left: 1000px; }	    /* target left: 695px; */
#winners_link_4 { left: 1000px; }	    /* target left: 675px; */
#winners_link_5 { left: 1000px; }	    /* target left: 655px; */
#winners_link_6 { left: 1000px; }	    /* target left: 635px; */

