body {
	background-color: #000000;
	background-image:url(../images/FadeBG.jpg);
	background-repeat:repeat-x;
}

.entrance {
	background-color:#000000;
	margin:0 auto;
	width:900px;
	height:650px;
/*	border:#93D827;
	border-style:solid;
	border-width:2px;*/
	z-index:0;
}

.EntranceSamples {
	background-color:#000000;
	background-image:url(../images/SampleBG.jpg);
	margin:0 auto;
	width:900px;
	height:900px;
/*	border:#93D827;
	border-style:solid;
	border-width:2px;*/
	z-index:0;
}


.flash {
	margin:0 auto;
	width:900px;
	height:600px;
	z-index:0;

}


#Popup{
	background-color:#ffffff;
	color:#000000;
	position: absolute;
	height: 375px;
	width: 250px;
	top: 150px;
	left: 400px;
	border: 1px solid black;
	text-align:center;
	z-index: 1000;
}