#overbox3 {
    position: fixed;
    bottom: -10px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
	bottom: 0;
    height:auto;
    width: 100%;
    text-align:center;
    background-color:rgba(153,153,153,.9)
}
#infobox3 p {
    line-height:14px;
    font-size:12px;
    text-align:center;
	color: #000;
	padding: 25px;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
	color:rgba(48,57,231,1.00);
}