@import url('yui-reset.css');
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	background:#FFF;
	overflow:hidden;
}
#top{
	width:100%;
	text-align:center;
	height:50px;
}
#header{
	margin:0 auto;
	width:1003px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#liveguide{
	position:absolute; background:#fff; width:793px; height:395px; z-index:100; display:none;
}
#flcontent{
	width:100%;
}
#footer .ft_links{
	margin:0 auto;
	width:1003px;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#footer a{
	font-size:11px;
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color: #009;
	text-decoration:none;
}

