@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #FD6300;
	
}

#box-left {
	
	width: 40%;
	
	float: left;
	
}

#box-right {
	
	width: 40%;
	
	float: right;
	
}

.feature {
	
	font-size: 24px;
	
	text-align: center;
	
}