@charset "utf-8";
/* CSS Document */

#bumpbox {
	position: absolute;
top: 50%
	left: 50%;
	right: 50%;
	bottom: 50%;
	z-index: 1000;
	top: 50%;
}
#overlay {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000000;
	cursor: default;
	height: 100%;
	top: 0px;
	z-index: 999;
}
