.clearfix:after {
	clear : both;
	display : table;
	content : '';
}

#body {
	margin : 0 auto;
	width : 958px;
}

#head>div {
	border : 1px lightgray solid;
	box-shadow : 2px 2px 2px #eee;
	width : 471px;
	height : 50px;
	float : left;
	margin-right : 10px;
}

#head>div:last-child {
	margin-right : 0;
}

#intro, #banner {
	margin-top : 10px;
}

#intro>div {
	border : 1px lightgray solid;
	box-shadow : 2px 2px 2px #eee;
	height : 100px;
	float : left;
}

#intro-left {
	width : 227px;
	margin-right : 5px;
}

#intro-center {
	width : 487px;
	margin-right : 5px;
}

#intro-right {
	width : 227px;
}

#banner {
	border : 1px lightgray solid;
	height : 50px;
	box-shadow : 2px 2px 2px #eee;
}