/* CSS Document */
#scrollup {
position: relative;
overflow: hidden;
height: 200px;
width: 400px;
}

.headline {
position: absolute;
top: 210px;
left: 5px;
height: auto;
width:280px;
}
