.infobox {
	position: absolute;
	top: 1000px;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	}
*+html .infobox {
	top: 1050px;
	}
* html .infobox {
	top: 1050px;
	}
.infobox h1 {
	font-size: 12px;
	}

.infotext {
	position: absolute;
	top: 1020px;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	}
	
*+html .infotext {
	top: 1080;
	}
	
* html .infotext {
	top: 1080;
	}
	
.infotext p {
	color: #808080;
	font-size: 11px;
	}
	
.infotext a:link, .infotext a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #FFC500;
	text-decoration: none;
	font-weight: normal;
	}
