
#popad{
  padding:5px;
  border:1px solid #999;
  background:#eee;
  width:642px;
  height:auto!important;
}		

#popad_footage a{
  display:block;			
  /*
height:550px;
*/
  width:642px;
  display:block;
  text-indent:-600px;
  overflow:hidden;
}

#popad{
  position:absolute;
  top:3em;
  left:35%;		
}

#popad ul{
 margin:10px 30px;		
}
#popad a {color: #2783CA ; text-decoration:underline;display: inline;}
#popad a:hover {color: #8F0F0A; }
html>body #popad{
  position:fixed;
z-index: 1000;
}