#publication {
    margin-top:0;
    height:150px;
    border-bottom:1px solid #d9eb9b;
    background:url(../images/paper.jpg) no-repeat 0px 50%;
    position:relative;
}
#publication a {
    position:absolute;
    background:url(../images/subscribe-link-bak.jpg) no-repeat;
    width:182px;
    height:28px;
    display:block;
    text-decoration:none;
    color:#daaa38;
    text-transform:uppercase;
    font-weight:bold;
    font-size:100%;
    text-align:center;
    padding-top:10px;
    right:0px;
    top:35px;
}
#publication a:hover {
    background:url(../images/subscribe-link-bak-h.jpg) no-repeat;
}
a#subscribe {
    top:85px;
}


