@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;	
}

body {
	background: #000 url(../img/bg.jpg) no-repeat 50% 0;	
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
}

#top {
	position: relative;
}

#p4h {
	position: relative;
	text-align: center;
	height: 86px;
	background: #000 url(../img/topbg.gif) no-repeat 50% 0;
}

.text {
	
	line-height: 1.6em;
	font-size: 14px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

#body {
	position: relative;
	width: 960px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	position:relative;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
	width: 960px;
}

#menu ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
text-align: center;
}

#menu li { display: inline; }

#menu li a
{
text-decoration: none;
background: #fdd700;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li a:hover
{
background: #fff;
	color: #000;
}

h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h2 {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 15px 0 5px 0;
	color: #fdd700;
	background: #000;
}

p {
	padding: 0 0 12px 0;	
}

ul {
	margin-left: 15px;	
	margin-bottom: 10px;
}

td {
	text-align: left;	
}

#countdown {
	position: relative;
	text-align: center;
}

a.btn {
	postion: relative;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background: #fdd700;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.btn:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#video {
	float: left;
	width: 530px;
	margin-bottom: 15px;
}

#player {
	outline: none;	
}

#live {
	width: 480px;
	height: 393px;
	float: left;
	margin-left: 100px;
	padding-bottom: 20px;
}

#clearstream {
	width: 300px;
	float: right;
	padding-right: 25px;
}
#clearstream img {
	border: none;	
}
#clearstream p {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#clearstream a {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}