html, body {
	height: 100%;
}

* html #page {
	height: 100%;
}

html, body {
	margin:0;
  	padding:0;
	height: 100%;
	min-height: 100%;
}

body{
  margin:0;
  padding:0;
  font-family: Trebuchet, Arial, Helvetica;
}
#page {
	padding:0px;
	width:1198px;
	background: transparent;
	position:absolute;
	top:0px;
	left:0px;
}
#pageContent{
	position:absolute;
 	padding:0px;
 	width:1198px;
 	overflow:hidden;
}
.pageListItem{
	position: absolute;
	width: 1000px;
}
#log{
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;	
}

#websiteLink{
	color:#EF5F22;
}
/**
 * 	plugin css
 */

#imgContainer{
	width: 1198px;
	height: 698px;
}

#positionButtonDiv{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(58, 56, 63);
	/* RGBa with 0.6 opacity */
	background: rgba(58, 56, 63, 0.8);	
	border: solid 1px #100000;
	color:#FFFFFF;
	text-align: left;
	position:absolute;
	right: -1px;
	top: -1px;
	width:78px;
	height:112px;
}

#positionButtonDiv .positionButtonSpan img{
	position:absolute;
	top:10px;
	right:10px;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
	width:24px;
	position:absolute;
	top:78px
}
#zoomInButton{
	right:44px;
}
#zoomOutButton{
	right:10px;
}
.zoomableContainer{
	/*background-image: url("assets/transparent.png");*/
}


