@charset "gb2312";
* {
	margin:0px;
}
body {
	background-color:#000000;
}
ul {
	list-style:none;
}
#main {
	height: 600px;
	width: 950px;
	background-image:url(imagesmain_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#total{
width:950px;
margin:auto;
}
/*==============视频转播块==================*/
#tv1 {
	position:absolute;
	width:482px;
	height:391px;
	top:176px;
	left:242px;
	text-align:center;
	background-image: url(imagesborder1.gif);
	background-repeat:no-repeat;
	padding:5px;
}
/*============================*/
/*============频道转换按钮=============*/
#nav {
	height: 20px;
	width: 550px;
	text-align:center;
	padding-left:400px;
}
#nav li {
	float:left;
	border-left:1px solid #FFFFFF;
}

#nav li a {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	display:block;
	background-color:#000000;
	text-decoration:none;
	width:80px;
	height:16px;
	padding-top:1px;
}
#nav li a:hover {
    color:#FFFF00;
	text-decoration:underline;
}
/*=============================*/
/*============文字直播================块*/
#bottom {
	width:880px;
	height:261px;
	position:absolute;
	left:31px;
	top:693px;
}
#bottom_left {
	width:117px;
	height:261px;
	background-image: url(../images/bottom_left.jpg);
	float:left;
}
#bottom_mid {
	width:658px;
	height:236px;
	background-color:#481615;
	margin-bottom:12px;
	margin-top:12px;
	float:left;
}
#bottom_right {
	width:105px;
	height:261px;
	background-image: url(../images/bottom_right.jpg);
	float:right;
}
/*========================*/
#copyright {
	width:950px;
	height:51px;
	line-height:25px;
}
#copyright p {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}