/*系统样式，CMS定义*/
body{
	font-family: "arial";
	font-size: 11px;
	color: #43261A;
	margin:0px;
	SCROLLBAR-ARROW-COLOR: rgb(128,128,128);
	SCROLLBAR-BASE-COLOR: rgb(0,0,0);
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow-x: hidden;
	overflow-y: auto;

}
*{margin:0px auto;}
.body_main{margin:auto; text-align:center;}
