.infobox {
	position: absolute;
	top: 650px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	}
	
.infobox h1 {
	color: #ffffff;
   font-family: arial;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 10px 13px 10px 13px;
	background-color: #CC3333;
	}
	
.infotext {
	color: #808080;
 	text-align: justify;
   font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 13px;
	border: 1px solid #CC3333;
	line-height:18px;
	}

.infotext a:link, .infotext a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #CC3333;
	text-decoration: none;
	font-weight: normal;
	}

