
        #pages
        {
            clear:both;
            position:relative;
        }
        #view1
        {
            float:left;
            width: 100px;
            height: 100px;
            background-color: black;
            border: 1px solid black;
            color: white;   /* for error messages, etc. */
        }
        #view2
        {
            float:left;
            margin-left:5px;
            width: 100px;
            height: 100px;
            background-color: black;
            border: 1px solid black;
            color: white;   /* for error messages, etc. */
            display:none;
        }            
        #download1
        {
            float:left;
        }
        #download2
        {
            display:none;
            float:left;
        }
   