div{
	border: solid 8px #faa;
	color: #faa;
	background-color: #fee;
	box-sizing: border-box;
	text-align: center;
	line-height: 200px;
	font-family: Verdata, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
}

.box3,.box4{
	border-color: #e0e03d;
	color: #e0e03d;
	background-color: #ffe;
}

.box3	{
	float: left;
	width: 70%
}

.box4	{
	float: left;
	width: 30%
}
	
.boxA:after	{
	content: "";
	display: block;
	clear: both
}