	*{
		margin: 0px;
		padding: 0px;
		font-family: "Tahoma";
		font-size: 12px;
	}
	body{
		text-align: center;
		line-height:14px;
	}
	#header_pos{
		display: block;
		width: 800px;
		height:12px;
		margin: 0px auto;
	}
	#header_pos #head_event{
		display: block;
		text-align: left;
		font-size: 10px;
	}
	#header_pos #head_event span{
		font-size: 10px;
	}
	#header_title{
		text-align: left;
		font-size: 10px;
		color:#666666;
		float:left;
	}
	#header_pos marquee{
		font-size:10px;
		line-height:1.4em;
	}
	#header_pos marquee span{
		font-size:10px;
	}
	#index_table{
		clear:both;
		margin: 0px auto;
		width: 800px;
		height: 550px;
		border: 1px solid #cccccc;
	}
	#main_table{
		clear:both;
		margin: 0px auto;
		width: 800px;
		height: 550px;
		background-image: url("../img/index_back.jpg");
		border: 1px solid #cccccc;
	}
	#main_table tr td{
		padding-top: 7px;
		vertical-align: top;
	}
	#main_table tr td #logo_pos{
		/*background-image: url("../img/logo_img.jpg");
		background-repeat: no-repeat;*/
		margin: 0px auto;
		width:301px;
		height:367px;
	}
	.font_red{ color:#ff0000; }
