h1 {
	font-size: 3em;
	color: #FFCC00;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	width:620px;
	height:451px;
	margin:-220px 0 -0 -290px;
	border:5px solid #fff;
	background:#725F4E;
	text-align: left;
	padding: 1em;
	z-index:1001;
	overflow: auto;	
}

.leightbox_we {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	width:620px;
	height:451px;
	margin:-220px 0 -0 -290px;
	border:5px solid #fff;
	background: #725F4E;
	text-align: left;
	padding: 1em;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-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;    }