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

#notice {
	display: table;
	margin: auto;
	border-spacing: 20px 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 10px 0 10px;
}