html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}

body {
	margin:0 auto;
	background-color: #1e1e1e;
	background-image:url(../../assets/graphics/bodyBKG.jpg);
	height:100%;
	background-position: center top;
	background-repeat: repeat-x;
}

#page_div {
	position:relative;
	margin:0 auto;
	width:976px;
	height:100%;
}

#header_div { 
	width:976px;
	height:70px;
	background-image:url(../../assets/graphics/headerBKG.jpg);
	background-repeat:no-repeat;
}

#countboxOUTSIDE{
	position:absolute;
	width:331px;
	height75px;
	top:32px;
	left:541px;
	font-size:13px;
	color:#FFCC33;
	text-align:center;
	text-decoration: none;
	margin-top: 5px;
}


#top_spacer_div{
	position:relative;
	width:913px;
	height:50px;
	margin-left:30px;
}

#live_control_div{
	position:relative;
	width:950px;
	height:32px;
	margin-left:13px;
	clear:both;	
}

#live_div {
	position:relative;
	width:950px;
	height:482px;
	background-image:url(../../assets/graphics/content_plate.png);
	background-repeat:no-repeat;
	margin-left:13px;
	
}

#video{
	position:relative;
	width:405px;
	height:430px;
	float:left;
	margin-right:55px;
	padding-left:35px;
	padding-top:50px;
}

.vid_links{
	padding-top:10px;
	margin-right:30px;
	margin-left:30px;
}

#tab_buttons{
	position:relative;
	width:425px;
	height:28px;
	background-repeat:no-repeat;
	list-style-type: none;
	
}

#tabs{
	position:absolute;
	width:432px;
	height:455px;
	float:left;
	padding-top:5px;
	padding-left:3px;
	margin-left: 500px;
	margin-top: 9px;
}

#ask_donate{
	position:absolute;
	height:50px;
	width:400px;
	top:440px;
	left:50px;
	z-index:500;
}
#content_div{
	position:relative;
	width:976px;
	height:auto;
}

#footer_div{
	position:relative;
	background-image:url(../../assets/graphics/footerBKG.jpg);
	width:976px;
	height:45px;
	margin-top:22px;
}

#rev_btn{
	position:absolute;
	width:178px;
	height:30px;
	top:8px;
	left:10px;
}

#fb_btn{
	position:absolute;
	width:94px;
	height:40px;
	top:3px;
	left:230px;
}

#copyright{
	position:absolute;
	height:12px;
	width:200px;
	top:20px;
	left:770px;
	font-size:10px;
	color:#FFF;
}


#clearit {
	clear: both;	
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	padding-right:70px;
}

