/* CSS Document */
body {
		margin:0;
		padding:0;
		background:#d7d7d7 url(images/bg.jpg) center center no-repeat;
		height:100%;
		width:100%
		
	}
	#template {
		position:absolute;
		z-index:5;
		width:100%;
		height:100%;
	}
	#panorama {
		position:absolute;
		top:191px;
		left:99px;
		z-index:1;
	}
	#site {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin:0;
	}
	#center {
		margin-left: -500px;
		position: absolute;
		top: -300px;
		left: 50%;
		width: 1000px;
		height: 600px;
	}
