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

#footerbox {
	height: 50px;
	width: 800px;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
