#container { 
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #000000;
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 35%;
	height: 65%;
	padding: 0.5em;
	background-color: white;
	z-index:1001;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:95%;
	z-index:1000;
	background-color:#FFFFFF;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=0);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
