﻿#footer {
	width: 100%;
	/*position: relative;*/
	overflow: hidden;	
	z-index:200;
	height:90px;
	/*top:expression(document.body.offsetHeight - 90 + "px");*/
	/*margin-top: -96px;*/
}

#footer #BottomMenu {
	margin-bottom: 1px;
}

#footer .footer_top {
	height: 140px;
	width: 100%;
	background: #808284;
	border-bottom: 1px solid #ffffff;
	position: relative;
	overflow: hidden;
}

.footer_top table{
	margin-top: 10px;
}

#footer .footer_top table td {
	text-align: center;
}

