#page-top {
   position: fixed;
   bottom: 6px;
   right: 6px;
}
#page-top a {
   text-decoration: none;
   display: block;
}
#page-top a:hover {
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}