/*
body {
	font-family: arial;
	font-size: 100%;
	color: #fff;
	line-height: 180%;
	text-align: center;
	background-color: #232323;
	padding: 2em;
}

a,a:active,a:visited {
	color: #09c;
}

a:hover {
	color: #0cf;
}*/

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

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

.footer {
	background-color: #000;
	padding: 0.5em;
}

/*
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 24%;
	left: 27.8%;
	width: 58%;
	height: 64.3%;
	_top: 22%;
	_left: 26%;
	_width: 70%;
	_height: 69.1%;
	border: 1em solid #B8B8B8;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.leightbox {
	position: absolute;
	top: 21%;
	height: 60.5%;
	}
}
*/

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 75px;
	width: 600px;
	height: 400px;
	/*border: 1px solid #B8B8B8;*/
	text-align: left;
	z-index:1001;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	_width: 10000px;
	height:100%;
	_height: 10000px;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

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