#article {
    margin-bottom: 500px;
}

* html #slide {
    display: none;
}

#slide {
   font-size: 85%;
   position: fixed;
   width: 0px;
   height: 0px;
   bottom: 0;
   right: 0;
   color: #666;
   background: #fff;
   border-left: solid 1px #999;
   border-top: solid 1px #999;

}
#slide-in {
    padding: 5px 10px;
}
#slide p {
    margin-bottom: 0;
}
#slide a {
   text-decoration: none;
   cursor: pointer;
}
#slide h3 {
   margin-bottom: 10px;
}
#slide #open-btn {
   position: absolute;
   right: 5px;
   top: 5px;
   width: 20px;
   height: 20px;
   cursor: pointer;
   background: url(../img/close-btn.gif);
} 