@charset "utf-8";
/* CSS Document */
#woohoo {
	display: block;
	width: 56px;
	height: 16px;
	background: url("../content/woohoo_logo.jpg") no-repeat 0 0;
	cursor: hand;
	text-align:right;
	margin-right:15px;
	display: none;
}
#woohoo:hover { 
	background-position: 0 -16px;
	cursor: hand;
}
#woohoo span {
	display: none;
}