#.clearfix:after {
	clear:both;
	display:table;
	content:'';
}
img {
	sidth:100%;
	margin-top:-100px;
}
#body {
 
 padding:5px;
 width:960px;
 margin:0 auto;
}

#slide {
	
	border:1px black dotted;
	height:150px;
	overflow:hidden;
}
#slide img {
	margin-top:-30px;
	}
#slide:hover img{
	opacity:0.8;
	width:102%;
	margin-left:-1%;
}

#menu {
	
	border:1px black dotted;
	height: 30px;
	margin-top:10px;
	overflow:hidden;
}
#contents{
	margin-top: 10px;
	overflow:hidden;
}
#message {
	
	border:1px black dotted;
	height: 216px;
	width:475px;
	float:left;
	border-radius:20px;
	overflow:hidden;
}

#banner {
	
	width:477px;
	float:left;
	margin-left: 5px;
	
}

#banner>div{
	border :1px black dotted;
	height: 45px;
	margin-top: 10px;
	overflow:hidden;
	
	
}
#banner>div:first-child{
	margin-top:0px;
	
}
#foot {
	
	border:1px black dotted;
	height: 50px;
	margin-top: 10px;
	text-align : center;
}