.gallery_container{
	width: 650px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	}
.image_container{
	width: 290px;
	height: 250px;
	float: left;
	background-image: url('images/image_backdrop1.jpg');
	background-repeat: no-repeat;
	margin: 10px;
}
.image_container img{
	margin: 47px;
	border: 3px double gray;
	}