/* CSS Document */
body {
	text-align:center;
}
#box{
	/* get content align=center */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	
	border-style: solid;
	border-color:#003466;
	
	position: relative;
	overflow:hidden;
	padding: 0px;
	width: 895px;
	height: 540px;
	
	font-family: Arial, Helvetica, sans-serif;
	z-index:0;
	background-position:0px 120px;
}

#panorama{
	border-style: solid;
	border-color:#FFFFFF;
	border-width: 0px 0px 1px 0px;
}
#content {
	background-image:url(75p_white.png);
	height:100%;
	clear:both;
	z-index:0;
}
