.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

img {
	width:100%;
	margin-top:-30px;
}

#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;
}

#contents{
	margin-top:10px;
	overflow:hidden;
}

#message {
	border:1px black dotted;
	height:216px;
	width:475px;
	float:left;
	border-radius:5px;
	overflow:hidden;
}

#message img{
	margin-top:-50px;
}

#banner {
	width:477px;
	float:left;
	margin-left:5px;
	overflow:hidden;
}

#banner>div {
	border:1px black dotted;
	height:45px;
	margin-top:10px;
	overflow:hidden;
}

#banner>div:first-child {
	margin-top:0;
	overflow:hidden;
}

#banner>div:second-child {
	overflow:hidden;
	margin-top:0;	
}

#banner img {
	margin-top:-50px;
}

#foot {
	border:1px black dotted;
	height:45px;
	margin-top:10px;
	text-align:center;
	padding-top:10px;
}