.portfolio{
width:90%;
margin:20px auto;
position:relative;
background:#111;
border:1px solid #cec195;
}
	.portfolio h2{
	text-align:center;
	margin:0px;
	padding:0px;
	}
	.portfolio p{
	margin:0px;
	padding:0px;
	}
	.text_wrapper{
	position:relative;
	width:45%;
	float:left;
	}
	.portfolio .screenshot{
	width:45%;
	float:right;
	text-align:center;
	position:relative;
	margin:0 auto;
	}
		.portfolio .screenshot img{
		width:100%;
		}
		.portfolio .screenshot a{
		color:#fff;
		}
		.portfolio .screenshot a:hover{
		color:#cec195;
		}
#featured_projects{
display:none;
}
#content{
width:100%;
}
