#page-top {
    position: fixed;
    bottom: 50%;
    right: 1%;
    font-size: 100%;
}
#page-top a {
    background: #dac79f;
    text-decoration: none;
    color: #000000;
	font-weight: bold;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #ff3300;
}

