#wrap {
	width: 1350PX;
	height: 100%;
	padding: 0;
	margin: auto;
}

#notice {
	display: table;
	margin: auto;
	border-spacing: 60px 0;
}
.notice {
	display: table-cell;
	width: 280px;
	height: 200px;
	text-align: center;
	border: 1px solid #00f;
	background-color: #ccc;
}

#content img {
	border: 1px solid #999;
	margin: 0 30px 0 30px;
}
