@charset "utf-8";
body  {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
}

html {
	height: 100%;
}

@-ms-viewport { width: device-width; }

@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
		
#top {
	height: 3%;
	width: 100%;
	background-color: #0373bf;
	text-align: center;
	padding-top: 4px;
}
.clearer {
	clear: both;
}
#top #description img {
	display: none;
}

#top #description {
	margin-top: 20px;
}




#top p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	display: inline;
}

#top h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#pano {
	height: 97%;
	width: 100%;
}
#top #shareBox {
	float: right;
}
#top .addthis_toolbox  {
	float: right;
}
