
#toTop {
	background:#fde7cf;
	border:1px solid #f9d2a7;
	text-align:center;
	padding:5px 10px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#666;
	text-decoration:none;
//position: absolute;
                top: expression(
                    document.getElementsByTagName( 'body' )[0].scrollTop + "px"
                );

}
#toTop img{margin-right:5px; float:left; padding-top:4px;}
