body {
	background-color: #f0eded;
}
div#logo {
	position: absolute;
	left: 32px;
	top: 32px;
	width: 188px;
	height: 39px;
	background-image: url(img/frixx-it-logo.png);
}
div#toplinks {
	position: absolute;
	left: 540px;
	top: 44px;
	text-align: right;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #de0700;
}
a {
	color: #de0700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
div#content {
	position: absolute;
	left: 64px;
	top: 108px;
	width: 820px;
	font-family: Arial;
	text-align: justify;
}
div#content a {
	font-weight: bold;
}
div.popup {
	position: absolute;
	left: 384px;
	top: 142px;
	width: 480px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	font-family: Arial;
	padding: 8px;
	text-align: justify;
	visibility: hidden;
}
div.popupline {
	position: absolute;
	left: 294px;
	width: 90px;
	height: 2px;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: black;
	visibility: hidden;
}
