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

#scrollup {
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 180px
}

.headline {
	position: absolute;
	top: 160px;
	left: 0;
	height: 150px;
	width:180px;
}
