#splashwrap {
	font-family: 'Lucida Grande', Tahoma, Segoe UI, Arial, sans-serif;
	font-size: 1.4em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #d1e1fa;
	z-index: 2;
}
#splash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #d1e1fa url(images/splash-logo-large.jpg) no-repeat center center;
	display: none;
}
#bar {
	position: absolute;
	top: 50%;
	margin-top: -75px;
	width: 100%;
	height: 150px;
	background: url(images/splash-gradient.png) no-repeat center top;
	color: white;
	text-align: center;
	line-height: 7;
	z-index: 2;
}
#loader {
	position: absolute;
	top: 50%;
	margin-top: 45px;
	left: 50%;
	margin-left: -22px;
	width: 43px;
	height: 11px;
	background: url(images/splash-loader.gif) no-repeat center top;
	z-index: 3;
}
#mun {
	position: absolute;
	top: 50%;
	margin-top: -64px;
	left: 7%;
	width: 129px;
	height: 128px;
	background: url(images/splash-logo-small.png) no-repeat center center;
	z-index: 3;
}
#lau {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	right: 6%;
	width: 211px;
	height: 106px;
	background: url(images/splash-lau-large.png) no-repeat center center;
	z-index: 3;
}
#siteframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	z-index: 1;
}