
#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #FE508C;
	padding: 0.5em;
	width:50px;
	
}

.leightbox {
	color: #FE508C;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #FE508C;
	background-color: white;
	text-align: left;
	z-index:70;
	overflow: auto;	
}

#overlay2{
	display:none;
	-moz-opacity:0.3;
	background-color:#EB7006;
	filter:alpha(opacity=30);
	height:100%;
	left:0;
	opacity:0.3;
	position:absolute;
	top:0;
	width:100%;
	z-index:60;


}

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