/* CSS Document */

body, html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bgNaviImg {
	width: 183px;
	position: absolute;
	left: 0; 
	top: 0;
	background-color:#eee;
}

.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  padding:10px;
}


