body{
   margin: 0px;
   padding: 0px;
   }
   
.flash-wrap{
   position: relative;
   width:180px;
   border: 1px solid #999;
   margin-bottom: 10px;
   }

.flash-link{
   position: absolute; top:0px; left:0px;
   width:180px;
   height:220px;
   background: url('images/0.gif') no-repeat;
   }
   
   .flash-link-text{
      background: #fff; 
      top:80px;
      width:100%; 
      height:auto;
      text-align: center;
      padding: 10px 0px;
      color: #000;
      }