    div#main
    {
        display: none;
        position: absolute;
        top: 100px;
		left: 150px;
		width: 800px;
        height: 600px;
        overflow: none;
        font-family: arial;
        font-size: large;
        text-align: center;
        background: rgba(255, 255, 255, 0);
		z-index: 99;
    }
    
    a img
    {
        border: none;
    }
    
    a.imglink
    {
        text-decoration: none;
    }

