a.splash_link {
	position: absolute;
	z-index: 10;
}
a.splash_link img {
	width: 390px;
	height: 491px;
	border: none;
}

div.splash_logo {
	position: absolute;
	z-index: 4;
}
div.splash_logo * {
	position: relative;
	top: 28px;
	width: 178px;
	height: 100px;
	border: 1px black solid;
}
div.splash_logo .left {
	border-left: none;
}
div.splash_logo .right {
	border-right: none;
	left: 211px;
}

div.splash_shadow {
	display: none;
	position: absolute;
	z-index: 3;
}
div.splash_shadow div.shadow {
	position: absolute;
	background-color: #000000;
	opacity: 0.25;
	moz-opacity: 0.25;
	khtml-opacity: 0.25;
	filter: alpha(opacity=25);
	width: 390px;
	height: 491px;
}
div.splash_shadow table {
	position: absolute;
	width: 390px;
	height: 491px;
}
div.splash_shadow td {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

div.image_fader {
	width: 390px;
	height: 491px;
	overflow: hidden;
}

div.content {
	width: 780px;
	text-align: left;
}

div#site {
	position: absolute;
	z-index: 1;
	width: 780px;
}

table#faders {
	position: absolute;
	z-index: 2;
}

div#transition {
	position: absolute;
	z-index: 20;
}

div#cover_cont {
	position: absolute;
}
div#cover {
	width: 780px;
	height: 510px;
	background-color: #000000;
}

div#t_menu_cont {
	position: absolute;
}
div#t_menu {
	position: relative;
	background-color: #E2DDA6;
	width: 178px;
	height: 491px;
	overflow: hidden;
}
div#t_menu_cover {
	width: 178px;
	height: 28px;
	background-color: #000000;
}
