p {
	position: absolute;
}

#identity {
	position: absolute;
	top: 105px;
	left: 35px;
}

#intro {
	font-weight: bold;
	top: 35%;
	left: 225px;
	line-height: 30px;
	text-align: left;
}

#furtherinfo {
	position: absolute;
	top: 65%;
	left: 225px;
	text-align: right;
	width: 70%;
	font-size: 0.8em;
}

#homelink {
	position: absolute;
	top: 600px;
	left: 71px;
}

body a:link, body a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.0em;
}

body a:hover {
	text-decoration: underline;
	font-size: 1.0em;
}