#header-menu {
	position: absolute;
	top: 245px;
	left: 55px;
	width:940px;
	height:40px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
#header-line {
	position: absolute;
	top: 245px;
	left: 0px;
	width:55px;
	height:40px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
#center {
	margin-left: 55px;
	width: 930px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#left {
	position: absolute;
	left: 0px;
	top: 380px;
	width: 0px;
	background-color: #FFF;
}
#footer {
	position: absolute;
	width: 995px;
	height: 123px;
	
}
#footer-logo{
	position: absolute;
	width: 995px;
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	line-height:75px;
	text-align:center;
}
#body-footer {
	position:relative;
	background-color: #484848;
	height:47px;
	width:100%;
	bottom:-76px;
	z-index:-1;
}
