
#container.splash
{
	padding-top:		1px;
}

#splash_screen
{
	height:			696px;
	margin:			-31px -35px -49px -24px;
	padding:		0;
	position:		relative;
	z-index:		100;
}

#splash_screen img
{
	position:		absolute;
	top:			0;
	left:			0;
	z-index:		-100;
}

#splash_screen div
{
	position:		absolute;
	bottom:			0;
	left:			0;
	/*font-family:		Georgia, Helvetica, Arial;*/
	margin:			0 96px 0 472px;
	padding:		20px;
}

*               html body
{
	background-image:	none;
}

*               html #splash_screen div
{
	width:			372px;
}

*:first-child + html #splash_screen div
{
	width:			372px;
}

#splash_screen div *
{
	color:			white;
}

#splash_screen h1
{
	font-size:		2.5em;
	font-weight:		normal;
}

#splash_screen p
{
	font-size:		1.8em;
}

.body_splash2 #splash_screen
{
	height:			556px;
}

.body_splash2 #splash_screen div
{
	margin-left:		377px;
	margin-right:		 79px;
}

.body_splash2 #splash_screen h1
{
	font-size:		2.3em;
}

.body_splash2 #splash_screen p
{
	font-size:		1.4em;
}

*               html .body_splash2 #splash_screen div
{
	width:			292px;
}

*:first-child + html .body_splash2 #splash_screen div
{
	width:			292px;
}

