/* footer and 'position:fixed' emulation */


#rolluphtml {
background-color: #FFC25B;
opacity:1.0;
height: 60px;  /* includes transparent part */
margin:	0px 90px -100px auto;
position: fixed;
z-index: 1000;
top: 0px;
padding:0;
width:95%;
left: 100px;
font-size: 14px;
max-width: 1050px;
}

#rolluphtml .pitch {
font-family: Arial;
font-weight: bold;
top: -2px;
left: 10px;
right: 50px;
white-space: nowrap;
position: absolute; 
z-index: 1001;
text-align: left;
}


