section{
	background:url('../images/bg.jpg') no-repeat left 100px;
}
article figure, article div{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
article div{
	width:550px;
	text-align:justify;
}
article div a{
	font-weight:bold;
	color:#51b0e1;
}
article div a:hover{
	color:#f27902;
}
figure figcaption{
	text-align:center;
	font-weight:bold;
}
figure img{
	border-radius:10px;
}