.clearfix:after
{
	clear : both;
	display : table;
	content: '';
}
* 
{
	font-size : 10pt;
	text-align : center;
}
#body
{
	margin: 0 auto;
	width : 958px;
}
#head>div
{
	border: 1px lightgray solid;
	box-shadow: 2px 2px 2px #eee;
	width : 450px;
	height : 50px;
	float : left;
	margin-right: 10px;
	text-align : 10px;
}
#intro, #banner, #contents, #foot, #head {	
	margin-top: 10px;
}
#intro>div
{
	border: 1px lightgray solid;
	box-shadow: 2px 2px 2px #eee;
	width : 690px;
	height : 50px;
	float : left;
	margin-right: 10px;
}
#intro>div:first-child
{
	width : 100px;
}
#intro>div:last-child {
	width : 97px;
}
#banner>div
{
	border: 1px lightgray solid;
	box-shadow: 2px 2px 2px #eee;
	width : 912px;
	height : 40px;
	float : left;
	margin-right: 10px;
}