@charset "utf-8";
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	background-image: url(114tv_bg1.jpg);
	background-repeat: repeat-x;
	height: 25px;
	color: #666;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

.top {
	overflow: hidden;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.top .logo {
	background-image: url(114tv_logo.jpg);
	float: left;
	height: 25px;
	width: 120px;
}
.top .menu {
	float: right;
}
