body {
	height:100%;
	width:100%;
	font-family:sylfaen, arial;
	font-size:100%;
	/* background:#040508 url(files/top_bg.jpg) top center no-repeat; */
	background:#040508 url(files/bottom_bg.jpg) bottom center no-repeat;
	background-attachment:fixed;
}
a {
	color:#cd2484;
	text-decoration:none;
}
a:hover {
	color:#cd2484;
	text-decoration:underline;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.no_margin {
	margin:0;
}
.clear {
	clear:both; 
	display:block; 
	visibility:hidden;
}

.gWrap {
	width:960px;
	position:relative;
	margin:0 auto;
}
.header {
	margin-top:40px;
}
.navigation {
	margin-bottom:40px;
}

.content {
	margin-bottom:80px;
}
.content .cbg-top, .footer .cbg-top {
	height:32px;
	background:url(files/cbg_top.png) top center no-repeat;
}
.content .cbg-middle, .footer .cbg-middle {
	background:url(files/cbg_middle.png) top center repeat-y;
}
.content .cbg-bottom {
	height:32px;
	background:url(files/cbg_bottom.png) top center no-repeat;
}



.games, .videos, .about {
	padding:0 35px;
}
.games .gtit, .videos .gtit, .about .gtit {
	padding-bottom:35px;
}
.games .gtit h1, .videos .gtit h1, .about .gtit h1 {
	color:#fff;
	font-size:2em;
	padding-bottom:5px;
}
.games .gtit h2, .videos .gtit h2, .about .gtit h2 {
	font-size:1.2em;
	color:#1c6ecb;
}

.games ul {
	padding-bottom:30px;
}
.games ul li {
	position:relative;
	display:block;
	height:140px;
}
.games ul li .logoA, .games ul li .logoB {
	background:url(files/teamlogo_bg.png) top center no-repeat;
	width:92px;
	height:104px;
	overflow:hidden;
	display:block;
	text-align:center;
	position:absolute;
	z-index:10000;
}
.games ul li .logoA {
	left:0;
}
.games ul li .logoB {
	right:0;
}
.games ul li .logoA img, .games ul li .logoB img {
	margin:18px 0 0 0;
}
.games ul li .title {
	height:60px;
	background:url(files/title_bg.png) top left;
	color:#fff;
	position:absolute;
	top:20px;
	width:98%;
	left:1%;
	z-index:1;
}
.games ul li .live {
	margin:0 auto;
	position:absolute;
	left:50%;
	bottom:36px;
	margin-left:-108px;
	font-family:verdana;
	font-size:0.8em;
	color:#fff;
}
.games ul li .live em {
	color:#cd2484;
	padding-left:3px;
}
.games ul li .title .time {
	margin:0 auto;
	position:absolute;
	left:50%;
	top:12px;
	width:96px;
	margin-left:-48px;
	font-family:verdana;
	font-size:1.6em;
	color:#1c6ecb;
	text-align:center;
	display:block;
}
.games ul li .title .teamA {
	width:270px;
	position:absolute;
	left:100px;
	top:9px;
	font-size:1.6em;
	text-align:right;
}
.games ul li .title .teamB {
	width:270px;
	position:absolute;
	right:100px;
	top:9px;
	font-size:1.6em;
	text-align:left;
}



.footer {
	color:#fff;
	font-size:0.8em;
}
.footer .copyright {
	padding:0 0 24px 34px;
}



.videos .gtit h2 {
	font-size:1em;
}

.videos .list li {
	padding-bottom:45px;
}
.videos .list .player {
	float:left;
	margin-right:25px;
}
.videos .list .details {
	background:url(files/title_bg.png) top left;
	padding:10px 0;
}
.videos .list .details .title {
	font-size:1.2em;
	margin:0 20px 20px 0;
	display:block;
	color:#fff;
}
.videos .list .details .date {
	font-size:0.8em;
	font-family:arial;
	color:#cd2484;
}
.videos .datapager {
	color:#fff;
}


.about .gtit {
	padding-bottom:20px;
}
.about .text p {
	color:#fff;
}
.about td {
	vertical-align:top;
}
.about img {
	border:1px solid #fff;
	margin:10px 20px 0 0;
}




























