        div.right
                         {
                        position: absolute;
                        font-size: 80%;
                        top: 300px;
                        left: 900px;
                        height: 550px;
                        width: 300px;
                        border: 0px solid #ffcc00;
                        }
        div.right       {
                        float:right;
                        }
        a:hover span         {display: block; position: absolute; top: 150px; left: -400px;}
        a span               {display: none;}

        div.right-1     {
                        position:absolute;
                        font-size: 120%;
                        color: #ffcc00;
                        top: 350px;
                        left: 500px;
                        height: 25px;
                        width: 450px;
                        border: 0px solid #fcc00;
                        }