body {
	font-family: Lucida, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	margin: 0px;
	background-color: #fff;
	background-image: url(rempke.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div {
	visibility: hidden;
}

div#box {
	position: relative;
	width: 85%;
	left: 7%;
	top: 50px;
	font-size: 14px;
	color: #889;
	margin: 0px;
	padding: 0px;
	background: #e8ecf0;
	border: 1px solid #bbc;
	z-index: 10;
	visibility: visible;
}

div#box p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

div#box img {
	margin: 10px;
}

div#title {
	position: relative;
	top: -7px;
	left: 4px;
	width: 65%;
	font-size: 16px;
	text-align: center;
	padding: 2px;
	color: #ffe;
	background: #fa1;
	border: 0px;
	z-index: 11;
	visibility: visible;
}

div#image {
	position: absolute;	/* ie-patch */
	position: fixed;
	right: 10px;
	top: 0px;
	z-index: 1;
	visibility: visible;
}

.high {
	color: #fa1;
}
