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

#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 230px
}

.headline {
	position: absolute;
	top: 210px;
	left: 0;
	height: 180px;
	width:220px;
	padding:10px 0 0 10px;
}

