@charset "UTF-8";
/* CSS Document */

#scrollup {
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 390px;
	margin:0 7px 7px 7px;
}

.headline {
	position: absolute;
	top: 300px;
	left: 0;
	height: 150px;
	width:390px;
}

.headline p {
	line-height:1.8em;
}

