	body {
	padding: 0px;
	margin: 0px;
	background-color: #E9E6DF;
	background-image:url(lora_splash_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
	form { padding: 0px; margin: 0px; }
	div { padding: 0px; margin: 0px; }
	div#splash {
	width: 900px;
	height: 650px;
	background-image:url(lora_splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	div#warningtext {
	width: 360px;
	height: 100px;
	position: absolute;
	left: 270px;
	top: 364px;
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #F0EEE8;
	}
	div#warningtext span.warninghi {
		color: white;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
	}
	div#sitetitle {
		font-size: 40px;
		display: none;
	}
	div#buttons {
	position: absolute;
	left: 315px;
	top: 474px;
	}
	div#buttons img {
		border: 0px;
	}
	div#contact {
	position: absolute;
	width: 550px;
	top: 539px;
	left: 171px;
	font-size: 10px;
	color: #C3B2A0;
	font-family: arial, verdana;
	}
	div#contact a {
	color: #A48B71;
	text-decoration: underline;
	}
	div#contact a:hover {
		text-decoration: none;
	}
	
	div#parents {
	position: absolute;
	width: 200px;
	top: 613px;
	left: 363px;
	font-size: 10px;
	color: #C3B2A0;
	font-family: arial, verdana;
	height: 22px;
	}
	div#parents a {
	color: #A48B71;
	text-decoration: underline;
	}
	div#parents a:hover {
		text-decoration: none;
	}
