.splash_show
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #BEDCC9;
	visibility: visible;
}

#splash_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 340px;
	width: 790px;
	margin-left: -395px;
	margin-top: -170px;
}

.splash_hide
{
	display: none;
}
