#body{
	margin : 0px auto;
	width : 958px;
}

#head{
	border : 1px black solid;
	height : 70px;
}

#intro{
	margin-top : 10px;
	height : 70px;
}

#intro>div{
	float : left;
}

#intro-l{
	border : 1px black solid;
	margin-right : 10px;
	width : 714px;
	height : 70px;
}

#intro-r{
	border : 1px black solid;
	width : 230px;
	height : 70px;
}

#banner{
	margin-top : 10px;
	height : 152px;
}

#banner>div{
	float : left;
	border : 1px black solid;
	width : 230px;
	height : 152px;
	margin-right : 10px;
	overflow : hidden;
}

#banner>div:last-child{
	margin-right : 0px;
}

#content{
	margin-top : 10px;
	height : 152px;
	
}

#content>div{
	float : left;
}

#content-l{
	border : 1px black solid;
	margin-right : 10px;
	width : 714px;
	height : 152px;
	overflow : hidden;
}

#content-r>div{
	border : 1px black solid;
	width : 230px;
	height : 70px;
	margin-bottom : 10px;
}

#foot{
	margin-top : 10px;
	border : 1px black solid;
	height : 70px;
}

h1{
	text-align : center;
	margin-top : 13px;
}

a{
	text-decoration : none;
}

img{
	width : 100%;
}