body{
background: #444444;
}

#container{
	background: #8994b1;
	width: 750px;
	height: 250px;
	position: absolute;
	margin: 0px auto auto 0px;
}

#one{
	background: #fff;
	width: 150px;
	height: 150px;
	padding: 20px;
	/*position: relative;*/
	margin: 25px 10px auto 25px;
	float: left;
}

#two{

	float: left;
	background: #7e8972;
	width: 150px;
	height: 150px;
	padding: 20px;
	text-align: left;
	margin: 25px 10px auto 10px;
}

#three{
	float: left;
	background: #acb7af;
	width: 150px;
	height: 150px;
	padding: 20px;
	margin: 25px 10px auto 10px;
	
}