@charset "utf-8";
/* CSS Document */

body {
	background-color: #B8B392;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom:0;
	margin-right: 0px;
	padding-bottom:0;
}

html {
	margin-bottom:0;
}

 a.info {
  position:relative;
  text-decoration: none;
  color : #000;

}
a:hover.info {
  text-decoration: none;
  background: none;

z-index:999;
}
a.info span {display: none;}
a:hover.info span img {
	border:0;
}
a:hover.info span {
	display:inline;
  position: absolute;
  bottom: 0px;
  left: 16px;
  background-color: #FFFFFF;
  width:auto;
  top: 30px; 
  z-index:999;
  text-align:center;
  font-size: 10px;
    
}

