* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px arial;
	background-color: #000;
}

#scrolledZoneContainer {
	overflow: hidden;
	height: 100%;
	width: 40px;
	text-align: center;
	color: #000;/*0098FF;*/
	background-color: #FFF;
}

#zoneToScrollContainer {
	position: fixed;
	overflow: hidden;
	height: 4.25em;
	width: 40px;
	bottom: 0;
	text-align: center;
	background-color: #02C6FF;
	color: #000;
}

#zoneToScroll {
	position: relative;
}