
.rollover a {
		display:block;
		position:absolute;
		top:300px; left:300px;
		width: 90px;
		padding:37px 5px 37px 0px;
		font: bold 11px times;
		color:#900;
		background: url("../snowball_rollover.png") 0 0 no-repeat;
		text-decoration: none;
		}
	.rollover a:hover {	
		background-position: 0 -90px;
		color: #300;
		text-decoration: none;
		}

.rollover-wb a {
		display:block;
		width: 90px;
		padding:0px 0px 75px 0px;
		font: bold 12px arial;
		text-align:center;
		color:#000000;
		background: url("wb-roll.png") 0 0 no-repeat;
		text-decoration: none;
		}
	.rollover-wb a:hover {	
		background-position: 0 -90px;
		color: #660000;
		text-decoration: none;
		}

.rollover2 a {
	display:block;
	width: 100px;
	padding: 85px 0px 0px 0px;
	font: bold 12px arial;
	background: url("hands_rollover5.jpg");
	text-decoration: none;
	background-position: 0 -90px;
	color: #000000;
}	
	
.rollover2 a:hover {	
	background-position: 0 -0px;
	color: #660000;
	text-decoration: none;
}

.rollover2 a:active {
	background-position: 0 -180px;
	color:#000033;
}
