@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	/*font-family: "微软雅黑", "Microsoft JhengHei", "宋体", "SimSun";*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
body{
	background-color: #FD0100;
	background-image: url(../../images/side.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
ol, ul{list-style:none}
strong{font-weight:bold}
input, button, textarea{font-family:inherit; font-size:100%}
