/* 基本样式 */
body {
	margin: 0px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	background: url("/images/default_bg.jpg") top no-repeat left;
	background-color: #DC2527;
	}

/* 首页链接样式 */
#flashstyle {
	margin: 80px 0px 0px 100px;
	}
td {
	font-size: 12px;
	}
.enter {
	padding: 60px 0px 0px 100px;
	}
.enter a:link {
	color: #fff200;
	text-decoration: none;
	}
.enter a:visited {
	color: #fff200;
	text-decoration: none;
	}
.enter a:hover {
	color: #000000;
	text-decoration: none;
	}