.splashscreen
{
    position: absolute;
    top: -1500px;
    left: 50%;
    margin-left: -377px;
    width: 690px;
    height: auto;
	background: #FFF;
    color: #333;
    padding: 12px 12px 42px 12px;
	z-index:30000;
	text-align:justify;
	overflow:hidden;
	opacity:0;
	display: none;
}

.splashscreen ul, .splashscreen ol
{
	margin:10px 0px 10px 20px;
}

.splashscreen ul li
{
	list-style: square outside;
}

.splashscreen ol
{
	list-style: decimal outside;
}

.splashscreen h1
{
	font-size:25px;
	text-transform:uppercase;
}

.splashscreen-overlay
{ 
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: #000; 
	opacity:0.6;
	z-index:30000;
}

.splashscreen .close-btn
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:78px;
	height:30px;
	background:transparent url(../files/lightbox/lightbox-btn-close.gif) no-repeat;
	cursor:pointer;
}