@charset "UTF-8";
#main {
	background-repeat: no-repeat;
	height: 500px;
	width: 854px;
	padding-top: 18px;
	background-color: #333333;
}
#fullBox {
	background-color: #FFFFFF;
	width: 854px;
	color: #000000;
	padding-top: 12px;
	padding-bottom: 12px;
}
#cConainter {
	background-color: #F9F9F9;
	padding: 12px;
	width: 830px;
	margin-top: 8px;
	height: 480px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}
#boxL {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	height: 177px;
	width: 276px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#boxR {
	padding: 0px;
	float: right;
	height: 177px;
	width: 276px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
