/*
 * By Masayan
 */
#back-to-top {
	bottom:50%;
	display:block;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	position:fixed;
	right:5px;
	
    /* IE5 later && javascript-on */
    /* using underscore hack */
	
    * html position:absolute;
    * html z-index:2;
    * html bottom:expression(this.style.filter = '', document.documentElement.clientHeight/2);
    * html right: expression(this.style.filter = '', '5px');

}

#back-to-top a img {
    border: 0;
}
	

#back-to-top a img {
	border: 0;
}
