/* CSS Document */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


#page-top a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}