﻿/**************************************************
    Gestione del giochino nella pagina principale
***************************************************/

#shoot
{
    position:absolute;
    right:230px;
    top:217px;
    width:110px;
    height:147px;
    cursor: pointer; 
    background:url(images/riquadroHome.gif) no-repeat; 
}

#giochino
{
    display: none;
    width: 660px;
    height:735px;
    font-size: 12px;
    background-color: #FFFFFF;
}