div#email span{
     font-size : 24pt;
     position : relative;
     top : 50px;
     left : 50px;
}

a span {display : none;}

a:hover span {
   display : block;
   position : absolute;
   left : 0px;
   top : 400px;
   color : #008800;
   float : left;
   width : 46%;
   margin-right : 2%;
   margin-left : 2%;   
}



