#scrollup {
	position: relative;
  overflow: hidden;
	width: 750px;
	height: 30px;
	float: left;
 }

.headline {
	position: absolute;
	top: 210px;
  left: 5px;
	height: 25px;
	width: 485px;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}

