@charset "utf-8";
p a { color: #000000; }

body {
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #3B291F;
	margin-top: 0px;
	background-repeat: repeat-x;
}
#Main_Wrap {
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#Main_Content {
	padding-right: 60px;
	padding-left: 60px;
	margin-top:-225px;
}
#box {
	width: 230px;
	height: 200px;
	float: right;
	border-style: double;
	border-width: 6px;
	margin: 4px;
	text-align: center;
	color: #000000;
}
#header {
	background-image: url(images/headimg.jpg);
	width: 700px;
	height: 379px;
}
#footer {
	background-image: url(images/footimg.jpg);
	width: 700px;
	height: 103px;
}
#fdc {
	background-image: url(images/fdc.gif);
	width: 652px;
	height: 46px;
	margin-right: auto;
	margin-left: auto;
}
