@charset "utf-8";
/* CSS Document */

.hotspotted {
   position: relative;
}

.hotspot {
   display: block;
   position: absolute;
   
}
#hotspot1 {
   height: 8%;
   width: 3%;
   top: 29%;
   left: 16%;
   
   }
#hotspot2{
    height: 50%; 
	width: 6%;
	top: 16%;
    right: 2%;
}
body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}