#notice {
	padding: 10px;
	border: 2px dashed #ffc500;
	margin-top: 21px;
}

#notice img {
	float: left;
}

#banner {
	height: 126px !important;
	font-size: 0.75em;
	line-height: 2em;
	text-align: center;
}

#banner img {
	width: 147x;
	height: 68px;
	padding-bottom: 3px;
}

#banner p {
	margin: 0;
	paddingt: 3px;
}

#banner a {
	display: block;
	width: 147px;
	height: 126px;
}

.col {
	width: 147px;
	height: 126px;
	background: #fff;
	margin-right: 54px;
	background: #feedc0;
}

.col:last-child {
	margin-right: 0;
}

.col, .col img {
	float: left
}

.round{-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}