body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#floatdiv {
	width: 280px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	z-index: 999;
	border: 1px solid #ccc;
}

#floatdiv span {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	background-color: white;
	padding: 0 5px;
	cursor: pointer;
}
