#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#page-top a {
	width: 70px;
	color: #fff;
	text-align: center;
	display: block;
}

@media (max-width:1099px) {
	#page-top a {
		width: 50px;
	}
}