/* CSS Document */
#adsense {
	margin:0 auto;
	color:#FFF;
	background:#000 url('../images/black_top.jpg') no-repeat top left;
	width:995px;
}
#adsenseInner {
	padding:50px 0;
	text-align:center;
	background:transparent url('../images/black_bottom.jpg') no-repeat bottom left;
	width:995px;
}
.exBox {
	float:left;
	border:1px solid #FFF;
	width:100px;
	height:100px;
	margin-left:20px;
}
.clr {
	clear:both;
}