body,html{
	height:100%;
	margin:0;
	}
#container{
	position:relative;
	height:100%;
	width:100%;
	min-width:1000px;
	/*min-height:700px;*/
	}
#center{
	height:auto;
	width:100%;
	position:absolute;
	z-index:1;
	}
#left{
	height:100%;
	width:181px;
	background-color:#c8f8ed;
	position:absolute;
	z-index:2;	
	}
#right{
	height:100%;
	right:0;
	width:188px;
	background-color:#c8f8ed;
	position:absolute;
	z-index:2;	
	}
#header{
	width:100%;
	height:152px;
	position:absolute;
	z-index:3;
	}
#footer{
	width:100%;
	height:47px;
	background-color:#c8f8ed;
	position:absolute;
	z-index:3;	
	bottom:0px;
	}
#footer1{
	width:100%;
	height:47px;
	position:relative;
	}	