@charset "utf-8";

html, body{
		height: 100%;
		margin: 0px;
}

#pano {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: center;
}
#pano_new {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: center;
}

