@charset "utf-8";
/* CSS Document */
.box {
	margin:auto;
	height: auto;
	width: 875px;
	background-color:#006600;
	padding:10px 15px 15px 10px;
}

.boxseconde {
	margin:auto;
	height: auto;
	width: 875px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5dbef5;
	background-color: #e97d13;
	padding:10px 15px 15px 10px;
}
