#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 86%;
}
#page-top a {
    background: #d9b717;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	border-bottom: none;
	opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #fff;
	border: 1px solid #639b1e;
}
