* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #E0DFCA url('splash_back.gif') repeat-x;
}

#splash-container {
	width: 100%;
	height: 100%;
}

#splash-top-line {
	height: 5px;
	width: 100%;
	background: #FFFFFF url('splash_top_line.gif') repeat-x;
}

#splash-middle {
	width: 100%;
	position: absolute;
	top: 40%;	
}

#splash-logo {
	background: url('splash_logo.gif') no-repeat center;
	width: 100%;
	height: 88px;
}


#splash-middle-line {
	background: #DCDBC3 url('splash_center_line.gif') no-repeat center;
	width: 100%;
	height: 22px;
	border: 1px solid #CAC9A4;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.splash-lang-label {
	background: url('splash-lang.gif') no-repeat;
	height: 22px;
	padding-left: 105px;
}

.splash-lang-link {
	background: url('splash-arrow.gif') 0% 60% no-repeat;
	padding-left: 11px;
	padding-right: 19px;
}

.splash-lang-link a {
	color: #3F3F3F;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.splash-lang-link a:hover {
	text-decoration: underline;
}
