@charset "UTF-8";

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
	z-index: 2000;
}
#page-top a {
	background: #008BCD;
    text-decoration: none;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:link, 
#page-top a:visited {
	color: #FFF;
}

#page-top a:hover {
    text-decoration: none;
	background: #01ADFF;
}