.header{
	width: 100%;
	height: 159px;
	float: left;
	position: relative;
	border-bottom: #000 0px solid;
	background-image: url(../images/header/bgd.jpg);
}
.body-bgd{
	width: 100%;

    left: 0%
    clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	background: ffffff;
	height: 100%;
}

.body-leftpanel{
	position: absolute;
	width: 175px;
	z-index: 999;
	left: 227px;
	top: 0px;
	height: 100%;
	overflow: auto;
	visibility: visible;
}
.body-centerpanel{
	position: absolute;
	width: 558px;
	z-index: 1;
	left: 418px;
	top: 0px;
	height: 100%;
	visibility: visible;
}
.body-rightpanel{
	position: absolute;
	width: 175px;
	z-index: 1;
	left: 992px;
	top: 0px;
	height: 100%;
	visibility: visible;
}
.footer{
	width: 100%;
    left: 0%
    clear: both;
	float: left;
	position: relative;
	border-bottom: #000 0px solid;
	background-image: url(../images/footer/bgd.jpg);
	height: 41px;
}
.bottom{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
   background-color: 
}
.body-bgd {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   width: 100%;
   min-width: 600px;
}

