#lphandler {
	width: 180px;
	height: 250px;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../img/Huginn.jpg");
}
#rphandler {
	right: 0;
	top: 0;
	position: absolute;
	width: 180px;
	height: 250px;
	background: url("../img/Muninn.jpg");
}

#texthandler {
	margin-left: 153px;
	margin-right: 153px;
	min-height: 255px;
	font-size: 9pt;
}
.welcome {
	font: bold 180% Arial, Helvetica, sans-serif;
	border-bottom-color: #dae8dc;
	border-bottom-style: solid;
	border-width: 1px;
	display: block;
}
