@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	width:97%;
	background-color:#000;
	padding: 0; margin: 0; 
}
#container { 
	height: 100%;  
	width: 100%; 
	margin: 0 auto;
	background-color:#000;
}
#panoheader{
	min-height:1%;
	width:100%;
	background-color:#333;
}
#panobody{
	height:89%; 
	min-height:89%; 
	width:100%;
	background-color:#FFF;
}
#panoDIV{
	width:100%;
	height:100%;
}
#panofooter{
	min-height:8%;
	width:100%;
	background-color:#333;
	margin-top:10px;
}
.panodescription{
	min-height:40px;
	background-color: #000;
}
.panodescription h2{
	font-size:18px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#9E9E9E;
}
.gc{
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}