#infopanel {
	display:block;
	text-align:center;
	font-size:20px;
	left:50%;
	width:640px;
	margin-left:-320px;
	position: relative;
	margin-top: 30px;
	clear: both;
}
#footer {
	width: 80%;
	margin-top: 30px;
	padding-top: 0px;
	margin-left: 10%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDD;
	font-size: 0.8em;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
}


#infopanel a {
	font-weight:bold;text-decoration:none;color:#009;
}
body {
	min-width: 900px;
	font-size: 14px;
	background-image: url(assets/main_background.jpg);
	background-repeat: no-repeat;
}

