@charset "utf-8";

body {
	background-color: #eee;
}

div {
	margin: 1px 0;
	border: 5px solid #515f68;
	width: 400px;
	height: 200px;
}

div#box-A {
	background-color: #b2c0c9;
}

div#box-B {
	border-color: #528300;
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: #80af00;

}

div#box-C {
	background-color: #b2c0c9;
}