body {
width: 100%;
height:100%;
}
.ce_home {
    height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #888888;
}
.ce_maintop {
	height:50%;
	width: 100%;
	background-color: #afafaf;
	position: absolute;
	z-index:0;
	
}
.ce_maincenter {
	position:absolute;
	left:0px;
	top:23%;
	width:100%;
	height:464px;
	z-index:1;
	background-color: #666666;
	margin-top: -70px;
	text-align: center;
	background-image: url(pic/maincenter.gif);
	background-repeat: repeat-x;
	z-index:1;
}
.ce_mainbottom {
	height: 50%;
	width: 100%;
	top:50%;
	background-color: #888888;
	z-index:0;
	position: absolute;
	
	
}
.ce_inside_top {
	background-color: #FF0000;
}
.ce_inside_middle {
	background-color: #0066CC;
	width:100%;
	height: 80%;
	position: absolute;
}
.ce_inside_bottom {
	background-color: #00FF99;
	position: absolute;
}
.ce_inside_main {
    text-align:left;
	background-color: #00FF99;
	position: relative;
	height: 100%;
	width: 700px;
	overflow:hidden;
	/*overflow:auto;*/
}
