footer {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 70px;
	background: url("../sp_img/bg_foot.png") repeat-x;
	position: relative;
	bottom: 0px;
}

footer #copy {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 100%;
	height: 20px;
	background: rgb(1,81,141);
	text-align: center;
	font-size: 0.5em;
	color: rgb(111,169,212);
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 4px rgb(60,60,60) inset;
	position: absolute;
	top: 40px;
}