#stickerWrap1 {
	position: absolute;
	height: 90%;
	width: 97%;
	margin: 0 auto;
	display: none;
	background: transparent url(../graphics/sticker01.png) no-repeat 10% 30%;	
}

#stickerWrap2 {
	position: absolute;
	height: 90%;
	width: 97%;
	margin: 0 auto;
	display: none;
	background: transparent url(../graphics/sticker02.png) no-repeat 80% 50%;
}

#stickerWrap3 {
	position: absolute;
	height: 90%;
	width: 97%;
	margin: 0 auto;
	display: none;
	background: transparent url(../graphics/sticker03.png) no-repeat 35% 70%;
}

#stickerWrap4 {
	position: absolute;
	height: 90%;
	width: 97%;
	margin: 0 auto;
	display: none;
	background: transparent url(../graphics/sticker04.png) no-repeat 70% 30%;
}
#stickerWrap5 {
	position: absolute;
	height: 90%;
	width: 97%;
	margin: 0 auto;
	display: none;
	background: transparent url(../graphics/sticker05.png) no-repeat 10% 80%;
}

@media only screen and (max-width: 480px) {
	#stickerWrap1 {visibility:hidden;}
		#stickerWrap2 {visibility:hidden;} 
			#stickerWrap3 {visibility:hidden;} 
				#stickerWrap4 {visibility:hidden;} 
					#stickerWrap5 {visibility:hidden;} 
}


