xbody {
	font-family: arial;
	font-size: 100%;
	color: #fff;
	line-height: 180%;
	text-align: center;
	background-color: #232323;
	padding: 2em;
}
xhtml {
  overflow: scroll;
}
a,a:link,a:active,a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#video {
	margin: 0;
	padding: 0;
	background-color:#000;
	width: 360px;
	xheight: 350px;
}

xh1 {
	font-size: 3em;
	color: #FFCC00;
}

x#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

.videofooter {
	color: #fff;
	background-color:#333;
	width: 348px;
	text-align: right;
	margin: 0;
	padding: 0 12px 3px 0;
}

.footer {
	color: #fff;
	background-color:#333;
	text-align: right;
	xwidth: 391px;
	margin: 0;
	padding: 0 12px 3px 0;
}

.news {
	width: 403px;
	padding: 0;
}

.leightboxA {
	xcolor: #333;
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 526px;
	height: 510px;
	padding: 0;
	xborder: 1em solid #B8B8B8;
	xbackground-color: white;
	xtext-align: left;
	z-index:1001;
	overflow: auto;
	xoverflow:hidden, scroll;
}
.leightbox {
	xcolor: #333;
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 50%;
	xpadding: 1em;
	xborder: 1em solid #B8B8B8;
	xbackground-color: white;
	xtext-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }