@charset "UTF-8";
#main {
	background-repeat: no-repeat;
	height: 400px;
	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: 290px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}
