#container .one {
	height: 100px;
	width: 220px;
	margin: 0;
	left: 40px;
	top: 100px;
	background-image: url('/images/white10fw50.png');
}
#container .four {
	height: 100px;
	width: 240px;
	margin: 0;
	left: 280px;
	top: 100px;
	background-image: url('/images/white10fw50.png');
}
#container .two {
	margin: 0;
	height: 200px;
	width: 240px;
	left: -180px;
	top: 240px;
	background-image: url('/images/white10fw50.png');
}
#container .three {
	background-image: url('/images/white10fw50.png');
	margin: 0;
	height: 100px;
	width: 220px;
	top: 200px;
	position: relative;
}
h3 {
	color: #4C583E;
	margin: 5px;
	padding: 0;
	border-bottom: 1px solid #5F6C53;
	font-size: 22px;
	line-height: 26px;
}
p {
	margin: 5px;
	padding: 0;
	font-size: 18px;
	color: #313326;
	line-height: 22px;
}
@media screen and (max-width: 890px) {
	div#container > div.one,
	div#container > div.four,
	div#container > div.three,
	div#container > div.two {
		float:none;
		position: static;
		width:240px;
		margin: 2rem auto;
	}

	div#container > div.one {
		margin-left: 2rem;
	}
	div#container > div.three {
		margin-right: 3rem;
	}
	div#container > div.four {
		margin-right: 2rem;
	}
}

@media screen and (max-width: 480px) {
	div#container > div.one,
	div#container > div.three,
	div#container > div.four {
		margin: 2rem auto;
	}
}

