/* Splash Page Elements */

#height {
	position: absolute;
	height:650px;
	display: block;
}
#splash {
	background: url(../_images/splash/bg.jpg) no-repeat top center;
	width: 100%;
	height: 818px;
	position: absolute;
	top: 50%;
	margin-top: -409px;
}
#splash .head {
	width: 100%;
	height: 53px;
	background: url(../_images/splash/head.gif) no-repeat top center;
	position: relative;
	top: 190px;
}
#splash .photo {
	width:100%;
	height: 171px;
	background: url(../_images/splash/photo.jpg) no-repeat top center;
	position: relative;
	top: 208px;
}
#splash .logo {
	width:100%;
	height: 112px;
	background: url(../_images/splash/lcf_logo.png) no-repeat top center;
	position: relative;
	top: 171px;
}
#splash .enter {
	width:100%;
	position: relative;
	top: 191px;
	text-align: center;
}
#splash .enter a {
	font: 11px Verdana;
	color: #fff;
	text-decoration: underline;
}
#splash .btm {
	margin-top:20px;
	text-align: center;
	color: #e1b87f;
	font: 10px Verdana;
}
#splash .btm a {
	color: #e1b87f;
	text-decoration: underline;
}