@charset "utf-8";
/* CSS Document */

#overbox3 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
	background-color: #F90;
}
#infobox3 {
	margin: auto;
	position: relative;
	top: 0px;
	height: 58px;
	width: 100%;
	text-align:center;
	background-color: #FF6633;
	font-size: 16%;
	color: #FFF;
}
#infobox3 p {
	Sline-height:58px;
	font-size:650%;
	text-align:center;
	color: #FFF;
}
#infobox3 p a {
	margin-right:5px;
	text-decoration: underline;
	color: #FFF;
}