.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

img {
	width:100%;
	height:100%;
}

#body {
	padding: 5px;
	width:960px;
	margin:0 auto;
}

img:hover {
	opacity:0.8;
}

#slide{
	border:1px black dotted;
	height: 247px;
	overflow:hidden;
	border-radius: 500px;
}

#message {
	margin-top:10px;
}
#message>div{
	border:1px black dotted;
	height:200px;
	width:475px;
	float:left;
}
#message>div:last-child {
	margin-right:0;
}
#message>div:first-child {
	margin-left:0;
}
#banner {
	margin-top:10px;
	overflow:hidden;
}
#banner div {
	border:1px black dotted;
	height: 300px;
	width:234px;
	float:left;
	
}
#banner>div:last-child {
	margin-right:0;
}
#banner>div:first-child {
	margin-left:0;
}
#foot {
	border:1px black dotted;
	height: 30px;
	margin-top:10px;
	
}