/*
Anchor Button Stylesheet	  
*/		
		
	#backtotop {
		position: fixed;
		right:2px;
		bottom:15px;
		display:none;/*hid the button first*/
	}
	#backtotop a {
		text-decoration:none;
		border:0 none;
		display:block;
		width:63px;
		height:41px;
	}
	#backtotop a:hover {
		opacity:.8; /*mouse over fade effect*/
	}	