#bottom {
	position: relative;
	border-top: 1px solid gray;
	font-size: 12px;
}

#left {
	padding-top: 0.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
}

#middle {
	padding-top: 0.5em;
	position: absolute;
	text-align: center;
	left: 33%;
	top: 0;
	width: 33%;
}

#right {
	padding-top: 0.5em;
	position: absolute;
	text-align: right;
	left: 66%;
	top: 0;
	width: 33%;
}
