#scroller_container {
 position: fixed;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background: #9cbad8;
 width: 100%;
 height: 20px;
 z-index:2;

}

#scroller {
 position: fixed;
 white-space: nowrap;
 line-height: 20px;
 font-size: 13px;
 font-family: Tahoma;
}

#scroller p {
 position: fixed;
 padding: 0;
}

#scroller_container_b {
 position: fixed;
 bottom: 20px;
 left: 0px;
 right: 0px;
 background: #bad4ee;
 width: 100%;
 height: 20px;
 z-index:2;
}

#scroller_b {
 position: fixed;
 white-space: nowrap;
 line-height: 20px;
 font-size: 13px;
 font-family: Tahoma;
}

#scroller_b p {
 position: fixed;
 padding: 0;
}

#scroller_container_c {
 position: fixed;
 bottom: 40px;
 left: 0px;
 right: 0px;
 background: #cde2f6;
 width: 100%;
 height: 20px;
 z-index:2;
}

#scroller_c {
 position: fixed;
 white-space: nowrap;
 line-height: 20px;
 font-size: 13px;
 font-family: Tahoma;
}

#scroller_c p {
 position: fixed;
 padding: 0;
}