#imgbackground {
		position:absolute;
		left:0;
		bottom:70px;
	}

	html,body{margin:0;padding:0;height:100%}

	.footer {
	bottom: 0;
	width: 100%;
	position: fixed;
	height:70px;
    background-color:#ACB4B6;
	z-index:999; 
	font-family:arial,sans-serif;
	font-weight:700;
	letter-spacing:-1px;
	text-decoration:none
	}

	.header {
	top: 0;
	width: 100%;
	position: fixed;
	height:70px; !important
	}

	::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
	}
	/* Optional: show position indicator in red */
	::-webkit-scrollbar-thumb {
		background: #FF0000;
	}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.footer{
			height: 100%;
			width:180px;
			overflow: scroll;
			padding-top:90px;
			padding-bottom:20px;
			background-color: transparent;
		}

		.header {
		top: 0;
		width: 100%;
		position: auto;
		height:auto; !important
		}

		#imgbackground {
			display: none;
		}

	}
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.footer{
			height: 100%;
			width:180px;
			overflow: scroll;
			padding-top:90px;
			padding-bottom:20px;
			background-color: transparent;
		}

		.header {
		top: 0;
		width: 100%;
		position: auto;
		height:auto; !important
		}

		#imgbackground {
			display: none;
		}

	}
	@media only screen and (max-width: 767px) {
		.footer{
			height: 100%;
			width:180px;
			overflow: scroll;
			padding-top:90px;
			padding-bottom:20px;
			background-color: transparent;
		}

		.header {
		top: 0;
		width: 100%;
		position: auto;
		height:auto; !important
		}

		#imgbackground {
			display: none;
		}

	}