@charset "utf-8";
#mainContent #bgtop {
	height: 8px;
	width: 625px;
	background-image: url(../img/bgtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent #mainBox {
	width: 600px;
	background-image: url(../img/bgmiddle.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 0px;
	padding-right: 15px;
}
#mainContent #bgbottom {
	height: 8px;
	width: 625px;
	margin-top: 0px;
	margin-bottom: 4px;
}

