
div#staging_banner {
	position: fixed;
	top: 230px;
	left: 0px;
	display: block;
	display: none;
	width: 60px;
	height: 250px;
	background: url('../images/staging_banner.png') no-repeat;
	background-size: contain;
	/*outline: 1px solid red;*/
	z-index: 1100;
}
#kk_link {
	position: relative;
	top: 28px;
	left: 7px;
	display: block;
	width: 40px;
	height: 40px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 599px) {
/*	div#staging_banner { height: 200px; top: 100px; }*/
	div#staging_banner { display: none; }
}