@charset "UTF-8";
#main {
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	height: 700px;
	width: 854px;
	padding-top: 18px;
}

#fullBox {
	background-color: #000000;
	width: 854px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 0px;
	line-height: 0px;
}
#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;
}
