body{
background: #444444;
}

#container{
	background: #8994b1;
	width: 900px;
	height: auto;
	position: absolute;
	margin: 0px auto auto 0px;
	padding: 20px;
}

#one{
	background: #fff;
	width: 200px;
	height: 325px;
	padding: 10px;
	position: relative;
	margin: 10px 10px auto 10px;
	float: left;
}

#two{
	/*position: relative;*/
	float: left;
	background: #7e8972;
	width: 600px;
	height: 305px;
	padding: 20px;
	text-align: left;
	margin: 10px 10px auto 0px;
}

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