    html, body {margin:0px; padding:0px;}
    body {width:100%; }
    .main { width: auto; margin: 0px auto;}
	.scrollTop{ 
		background:url(/work2/arrows.png) 0 0 no-repeat;
		display:block; width:50px; height:50px; 
		position:fixed; bottom:10px; left:95%;
		z-index:5000; 
	}
	.scrollTop:hover{ background-position:0 -58px; }