#overbox3 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}
#infobox3 {
	padding: 5px;
	margin: auto;
	position: relative;
	vertical-align:middle;
	top: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #000000;
}
#infobox3 p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration:none;
}
