#compendium_star_sticker {
	color: #fff;
	height: 350px;
	overflow: hidden;
	position: absolute;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 350px;
}

#compendium_star_sticker a {
	color: #fff;
	display: block;
	height: 100%;
	position: absolute;
	right: -100px;
	top: -100px;
	width: 100%;
}

#compendium_star_sticker a p {
	color: #fff;
	font: 16px/1.2 "Tex Gyre Bonum Bold",serif;
	height: 100px;
	position: absolute;
	right: 100px;
	text-align: center;
	top: 180px;
	width: 200px;
	z-index:2;
}

#compendium_star_sticker a img {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index:1;
}
