/* CSS Document */

#fixed_banner {
  position: fixed;
  top: 25px;
  right: 0px;
 

}

.close-image{
    display: block;
    float:right;
    position:fixed;
    top:0px;
    right: 0px;
    height: 25px;
    




