#scrollup {
 position: relative;
 overflow: hidden;
 border-top: 1px solid #EEE;
 border-bottom: 1px solid #EEE;
 height: 25px; /*200px;*/
 width:960px;/*200px;*/
 background: white;
}
.headline {
 position: absolute;
 top:35px; /*210*/
 left:5px;
 height:20px; /*195px;*/
 width:950px; /*190px;*/

 font-size:11px;
 font-family:verdana;
}
