.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    border-top: 0;
	width: 145px;
	margin-top: 5px;
}
.scrollToTop{
	width:100px; 
	height:95px;
	padding:10px 50px 0 0; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:40px;
	display:none;
	background: url('/scripts/uct.ac.za/debatepage_js/back_top.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
    opacity: 1;
}