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

#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 260px;
	margin:-17px 20px 0 20px;
}

.headline {
	position: absolute;
	top: 210px;
	left: 0;
	height: 190px;
	width:260px;
}

.headline p {
	color:#003366;
	font-size:.9em;
	line-height:1.6em;
}
