.infobox {
	position: absolute;
	top: 1610px;
	left: 50%;
	width: 798px;
	margin-left: -500px;
	margin-top:0px;
	padding-top: 0px;
	border-left: 202px solid #333;
	background-color: #ccc;
	}
*+html .infobox {
	position: absolute;
	left: 50%;
	width: 999px;
	margin-left: -500px;
	margin-top:0px;
	padding-top: 0px;
	border-left: 201px solid #333;
	background-color: #ccc;
	}
	/* IE */
* html .infobox {
	position: absolute;
	left: 50%;
	width: 999px;
	margin-left: -500px;
	margin-top:50px;
	padding-top: 0px;
	border-left: 201px solid #33;
	background-color: #ccc;
	}

.infobox h1 {
	color: #000000;
  font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	border-style:solid;
	border-width:2px 0px 2px 0px;
	border-color:#333;
	}
.infotext {
	padding: 20px;
	background-color:#ccc;
	}
.infotext p {
	color: #000000;
  text-align: left;
  font-family: arial;
	font-weight: normal;
	font-size: 9px;
	margin-left: 10px;
	width:745px;
	}
.infotext strong {
	font-weight: normal;
	}
.infotext a:link, .infotext a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
.infotext a:hover, .infotext a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	}