#divContainer {
	position:relative;
	width:1000px;
	height:100%;
	z-index:1;
	margin: 0 auto;
	top: 0px;
	text-align: left;
}


#divHead {
    position:absolute;
	width:1000px;
	height:154px;
	z-index:2;
	top: 0px;
}



#divLeft {
	position:absolute;
	scroll:no;
	width:250px;
	height:600px;
	z-index:3;
	top: 154px;
	overflow: hidden;
}



#divbody {
	position:relative;
	left: 250px;
	width:750px;
	z-index:4;
	top: 154px;
}



#divFooter {
	position:relative;
	width:1000px;
	top:0;
	z-index:5;
	line-height: 15px;
	height: 51px;
	text-align: center;
	background-color: FFFFFF;
}
