/* CSS Document */
div#box_container {
	height: 400px;
	width: 500px;
	clear: both;
	margin-bottom: 16px;
}
div#box1 {
	width: 84px;
	height: 84px;
	right: 0px;
	bottom: 0px;
	float: left;
	padding-top: 16px;
	padding-bottom: 0px;
	top: 16px;
	left: 16px;
	padding-right: 0px;
	padding-left: 16px;
}
div#box2 {
	width: 84px;
	height: 84px;
	right: 0px;
	bottom: 0px;
	float: right;
	background-color: #999999;
	left: 0px;
	top: 0px;
}
