.leightbox {
	color: #333333;
	display: none;
	position: absolute;
	top: 5%;
	left: 20%;
	width: 640px;
	padding: 1em;
	background-color: white;
	background: url(../art/video_bkg.gif) top center no-repeat;
        text-align: left;
	z-index:10001;
	overflow: none;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background-color:#333333;
	-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;    }

.footer {
	padding: 0.5em;
}

.footer a{
	color: #990000;	
}

h1 {
        color: #333;
        text-align: center;
        margin: 0 0 12px 0;
        padding: 0;
        height: 48px;
        line-height: 46px;
}