body {
	background: #fff;
}
#accordian {
	width: 469px;
	padding: 0px 10px 0px 12px;
	height: 112px;
	margin: 0 auto;
	overflow: hidden;
	background: url(img/wrap_bg.jpg) no-repeat;
}
#blue {
	background: #5372a9 url(img/blue_bg.jpg) repeat-x;
	float: left;
	width: 153px;
	height: 112px;
	overflow: hidden;
}
#green {
	background: #4ca56f url(img/green_bg.jpg) repeat-x;
	float: right;
	width: 153px;
	height: 112px;
}
#purple {
	background: #a771af url(img/purple_bg.jpg) repeat-x;
	float: right;
	margin-right: 5px;
	width: 153px;
	height: 112px;
}