body{
			background-color: #ccc;
			margin: 0; padding: 0;
			overflow: hidden;
		}
	html, body {width:100%; height: 100%;}
.smallthumb {
	background-image: url("/minimap/image/smallthumb.png");
	background-repeat: no-repeat;
	height: 75px;
	width: 51px;
	z-index: 200;
	position: relative;
}
.stshadow {
	width: 102px;
	height: 79px;
	background: url("/minimap/image/dropshade.png") transparent no-repeat bottom left;
	position: absolute;
	z-index: 200;
}
	#wrapper{
			margin: 0 auto;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}

	   #logo{
				background: url("/minimap/image/logo_bbsd.jpg") no-repeat #fff;
				height: 52px;
			}


   #joinfind{
			overflow: hidden;
			background-color: #c00000;
			padding: 2px 5px;
		}	


		#btn_join{
				float: left;
			}

		#findem{
				float: right;
				margin-left: 5px;
				color: #fff;
			}

		#map_canvas{
				background-color: #fff;
				height: 100%;
				overflow: hidden;
			}
			#mhead{
				position:absolute;
				left:0px;
				top:0px;
				z-index:300;
				width: 100%;
			}
