#splash {
	width: 475px;
	height: 250px;
	background-color: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
    font-family: helvetica, arial, verdana, sans-serif;
    color: #666666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#splash div.header-logo {
	float: left;
	width: 191px;
	height: 94px;
	border-bottom: 1px solid #b2b2b2;
	border-radius: 5px 0px 0px 0px;
	background-image: url('images/splash-header-logo.jpg');
	background-repeat: no-repeat;
}

#splash div.header-bg {
	height: 94px;
	border-bottom: 1px solid #b2b2b2;
	border-radius: 5px 5px 0px 0px;
	background-image: url('images/splash-header-bg.jpg');
	background-repeat: repeat-x;
}

#splash div.loading-msg {
    margin-top: 30px;
    line-height: 24px !important;
    font-size: 24px;
    text-align: center;
}

#splash div.loading-spinner {
    margin-top: 15px;
    line-height: 24px !important;
    font-size: 24px;
    text-align: center;
}

#splash div.copyright {
    width: 475px;
    margin-bottom: 3px;
    line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}