

#framecontent{
position: fixed; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 60px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
margin-top:90px;
z-index:5000;
}

