#box {
	position: absolute;
	display: none;
	background: #fff;
	text-align: center;
	top: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	height: 100%;
	width:200px;
	cursor: move;
}
#box p {
	line-height: 2;
}
