#backtotop {
	position: fixed;
	left:60px;
	bottom:5px;
	display:none;/*hid the button first*/
	z-index:50;
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:35px;
	height:200px;
	z-index:50;
}
#backtotop a:hover {
	opacity:.8; /*mouse over fade effect*/
}
.clrb {
	clear:both;
}
#maindiv {
	width:700px;
	border:1px solid #999;
	margin:auto;
	padding:20px;
}