#footer
{
    width: 760px;
	margin-top: 0px;
    margin-bottom: 0px;
	padding-bottom: 0px;
    padding-top: 0px;
	border-right: 1px solid black;
	height: 60px;
	background-color: #4F91CD;
	color: #ffffff;
	font-size: .9em;
	text-align: center;
	position: absolute;
	z-index: 5;
}

