@charset "utf-8";

#floatLinkOverlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#floatLinkContainer{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1100;
}