/* CSS Document */
*{margin:0;padding:0;list-style:none;border:none;}
.totop{
	position:fixed;
	bottom:5px;
	display:block;
	width:26px;
	height:62px;
	background:url(../images/rocket.png) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	left: 10px;
}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}
