body{
background: #444444;
}

#container{
	background: #8994b1;
	/*width: 1000px;*/
	height: 550px;
	position: absolute;
	margin: 0px auto auto 0px;
	padding: 10px;
}

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

#two{

	float: right;
	background: #7e8972;
	width: 400px;
	height: 305px;
	padding: 20px;
	text-align: left;
	margin: 10px 10px auto 0px;
}

#two ul{
	background: #a8a8a8;
	list-style: none;
	padding: 2px;
	height: 30px;
}

#two ul li{
	background: #bdfcfd;
	float: right;
	margin: 7px 10px 10px 10px;
	padding: 3px;
	width: 70px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	
}

#three{
	float: right;
	background: #acb7af;
	width: 150px;
	height: 305px;
	padding: 20px;
	margin: 10px 0px auto 10px;
	
}
