.splash {
	position:fixed;
}

#splashlayer {
	top:0;
	left:0;
	background:#fff;
	opacity : 0.7;
    -moz-opacity : 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter : alpha(opacity=70);
	height:100%;
	width:100%;
	z-index:100000;
	position:absolute;
}

#splashcontainer {
	top:50%;
	left:50%;
	margin:-250px 0 0 -350px;
	position:fixed;
	z-index:100001;
}

#splashcontainer img {
	border:5px solid #f00;
}

#splashcontainer a {
		font-size:10px;
		color:#f00;
}
