/* CSS Document */

.scrollToTop{ 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;
	z-index:10000;
}
.scrollToTop:hover{
	text-decoration:none;
}
@media (max-height:300px)
{
	.scrollToTop
	{
		position:inherit;
	}
}