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