.infobox
	{
	position: absolute;
	top: 820px;
	left:0px;
	width: 100%;
	}
html .infobox
	{
	top: 900px;
	}
.infotext
	{
	position: relative;
	left: 50%;
	width: 667px;
	margin-left: -348px;
	color: #ffffff;
	padding: 15px;
	font-size: 10px;
	font-family: arial;
	text-align: justify;
	background-color: #005DBA;
	}
	
.infotext h1
	{
	font-size: 12px;
	font-weight: bold;
	}
	
	
/* Links */

.infotext a:link, 
.infotext a:visited,
.infotext a:hover,
.infotext a:active
	{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	}

