#page-introduction
{
	position:relative;
	top: 0px;
	left: 0px;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 20px;
}

#page-introduction-text
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 25px;
}

#page-introduction-text-scroll-up
{
	position: absolute;
	right: 0px;
	bottom: 27px;
}
#page-introduction-text-scroll-down
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
