body{
	max-width:1200px;
	height:100;
	padding:0px;
	margin: auto;
	
	--background-color:#eee;
}
#banner{width:100%; height:100px ; margin:10px 0px 10px 0px;  background-image:url("../img/banner_bg.png");}
#logo{width:100px; height:95px; position:relative; float:left; margin:5px}
#text{ font-size: 36px;  margin: 10px; text-shadow: 1px 3px 1px skyblue, 
      -2px 5px 4px skyblue; position:relative; top:60px}
#imgslider{
	width: 1020px auto;
	height:420px auto;
	padding: 1px;
	margin: 5px;
	border: solid 0px;
	border-radius : 10px;
	background-color:#eee; }
	img{width:100%; height:auto;}
	.box-container{width: 1020px auto; height: 300px; }
	.box {
	box-shadow: 10px 10px 5px #888888;
	border-radius: 20px;
    float: left;
    margin: 5px;
    padding: 15px;
    max-width: 195px;
    height: 190px;
    border: 1px solid black;
}
.footer{ font-size: 10px;
	width: 1020px auto;
	
	background: #eee;
	padding: 20px;
}
.left{ float: left; color: gray; }
.right{ float :right;color: gray;}
