#center
{
  	position: absolute;
	left: 50%;
	width: 100px;
	height: 100%;
	margin-left: -500px;
	z-index:1;
}


#copy
{
  	position: absolute;
	left: 500px;
	top: 250px;
	width: 500px;
	height: 350px;
	z-index:3;
}



#text
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 590px;
	width: 800px;
	z-index: 4;
}



#link
{
	position: absolute;
	left: 165px;
	top: 490px;
	height: 170px;
	width: 25px;
	z-index: 5;
}


#impressum
{
	position: absolute;
	left: 20px;
	top: 530px;
	height: 170px;
	width: 25px;
	z-index: 5;
}





