body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	
	position: relative;
	height: 100%;
}
.headerContainer,
.bodyContainer,

.padding {
	padding: 0px;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 20px;
	background:url(../images/up-arrow.png) #e3322b no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px; 
}
a:hover.back-to-top {
	background-color:#e3322b ;
}