body{
   margin:0;
   padding:0;
   background:#000 url(/install/lowsrc.gif) 0 0 repeat;
}
#thumbs{
   position:absolute;
   top:0;
   left:0;
   margin-bottom:0;
   z-index:1;
}
#message{
   position:absolute;
   top:8px;right:8px;
   padding:0;
   margin:0;
   width:256px;
   height:256px;
   z-index:2;
   /*border:1px solid red;*/
   background:transparent url(/install/rounded_rect.png) 0 0 no-repeat;
   /*filter:Alpha(opacity=100, finishopacity=0, style=2)*/
   /*filter:Alpha(opacity=0, finishopacity=90, style=2)*/
   /*filter:Alpha(style=0);*/
   filter:Alpha(opacity=85, finishopacity=85, style=3);
   /*filter:DropShadow(color=#ccc, offx=1, offy=1);*/
   overflow:auto;
   
   
}
a,p{
   color:#fff;
   font-family:verdana,sans-serif;
   font-size:10px;
   font-weight:bold;
   }
#message p{
   margin:12px;
   filter:Alpha(style=0);

}
#message a{
   text-decoration:none;
   /*width:100%;*/
   text-align:left
   font-size:120%;
   filter:Alpha(style=0);

}
#message p a:hover{
   text-decoration:underline;
}
img{
   margin:0;
   padding:0;
   float:left;
   border:0;
}
#thumb img{
   margin:0;
   padding:0;
   float:left;
   border:0;
}

