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;
	background-color: #333;
	min-width: 1000px;
}
#pageContent {
	width: 980px;
	height: 500px;
	overflow: hidden;
	position:relative;
	margin:50px auto;
}
#imgContainer {
	width: 980px;
	height: 500px;
}
#positionButtonDiv {
	background: rgb(58, 56, 63);
	background: rgba(58, 56, 63, 0.8);
	border: solid 1px #100000;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
	position: absolute;
	right:35px;
	top:35px;
}
#positionButtonDiv .positionButtonSpan img {
	float: right;
	border: 0;
}
.positionMapClass area {
	cursor: pointer;
}
.zoomButton {
	border: 0;
	cursor: pointer;
}
.zoomableContainer {
	background-image: url("assets/transparent.png");
}
/*
www.198zone.com
*/
