body, html, div { border: 0; padding: 0; margin: 0; }

body { background: #fff }

#floorplan {
	position: absolute;
	left: 0; top: 256px; }

#floorplan img {
	visibility: hidden;
	position: absolute;
	top: 0px; left: 480px;
	width: 640px;
	height: 480px;
}

#floorplan div {
	position: absolute;
	top: 0px; left: 480px; }

#floorplan a {
	border: 0; padding: 0;
	display: block;
	position: absolute;
	width: 20px; height: 20px;
	background: url('../images/camera.gif') top left no-repeat;
}

#floorplan {
	background-repeat: no-repeat;
	background-position: top left;
	width: 1120px;
	height: 640px;
}

