/* Visible image map container */

#page { position: relative; width: 955px; height: 600px; background: #333 url(../assets/img/home.jpg) no-repeat; /* margin: 2em auto; */ padding: 0; }

/* List styling */ #page li { display: block; position: absolute; list-style: none; margin: 0; padding: 0; }

/* Link styling */ #page a { display: block; text-indent: -9999px; text-decoration: none; outline: none; cursor: default; }

/* Rollover position on the image */ #zoepedia {left: 770px; top: 70px;} #zoemarket {left: 180px; top: 300px;} #bimbi {left: 700px; top: 300px;}

/* Rollover width & height */ #zoepedia a {width: 200px; height: 180px;} #zoemarket a {width: 200px; height: 150px;} #bimbi a {width: 252px; height: 123px;}

/* Rollover hover image position */ #zoepedia a:hover {background: url(../assets/img/home_h.jpg) -770px -70px no-repeat;} #zoemarket a:hover {background: url(../assets/img/home_h.jpg) -180px -300px no-repeat;} #bimbi a:hover {background: url(../assets/img/home_h.jpg) -700px -300px no-repeat;}

/* Text */ #testo { top: 130px; width: 300px; height: 100px; position: relative; display: block; color: #FFF; padding-left: 415px; font-family: 'Satisfy', cursive; font-size: 20px; }
