body{
	background: #8994b1;
	height: 1000px;
}

#container{
	background: #8994b1;
	width: 100%;
	height: 1000px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#one{
	background: #fff;
	width: 200px;
	height: 200px;
	padding: 10px;
	position: absolute;
	margin: 200px auto 100px 30%;
	float: left;
}

#two{
	/*position: relative;*/
	float: left;
	background: #7e8972;
	width: 500px;
	height: 305px;
	position: absolute;
	margin: 200px auto 200px 30%;
	padding: 30px;
}

#three{
	background: #acb7af;
	float: left;
	width: 100%;
	height: 25px;
	padding: 20px;
	margin: 90% 0px 0px 0px;/*this makes the footer stick to the bottom of the page*/
	/*margin: 700px 0px 0px 0px; this makes the footer closer to the box, but not stuck to the bottom*/
	text-align: center;
}
