#main_welcome {
	margin-bottom: 60px;
}
#recent_left {
	background-image: url(../images/recent_bg_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:155px;
	width:34px;
	float:left;
}
#recent_right {
	background-image: url(../images/recent_bg_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:155px;
	width:34px;
	float:left;
}
#recent_projects {
	background-image: url(../images/recent_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 115px;
	padding: 30px 40px 10px;
	margin: auto auto 30px;
	width: 800px;
	float: left;
}
#recent_projects img {
	margin-right: 32px;
}
#home_mid {
}
.home_section {
	width: 420px;
	float: left;
	padding-right: 30px;
	margin-right: 10px;
	margin-left: 30px;
}
.home_section p {
	color: #94c7ba;
	font-weight: normal;
	font-size: 0.9em;
}
.home_section p .answer a {
	font-style: italic;
}
.birdintype {
	margin-right: 100px;
}
.answer {
	color: #FFF;
}
<div id="recent_left"></div>

