body
{
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#window
{
	background: URL('Images_tease/splash_window.jpg');
	position: absolute;
	top: 70px;
	left:30%;
	width:445px;
	height:208px;
	text-align:left;
}
#windowContent
{
	font: 8pt verdana;
	position: relative;
	width: 400px;
	top:  35px;
	left: 60px;
}
#windowContent a
{
	color:#3A4D6B;
	font: 8pt verdana;
	text-decoration: none;
}
#windowContent a:hover
{
	text-decoration: underline;
}

#legal
{
	color:#6C6A6A;
	position: absolute;
	bottom: 0px;
	right: 5px;
	text-align:right;
	z-index: 3;
}
#legal a
{
	color:#6C6A6A;
	font: 7pt verdana;
	text-decoration: none;
}
#legal a:hover
{
	text-decoration: underline;
}

#bottom-left
{
	background-image: url(Images_tease/splash_left.jpg);
	position: absolute;
	bottom: 0px;
	left:0px;
	height: 160px;
	width: 510px;
	z-index: 2;
}
#bottom-middle
{
	background-image: url(Images_tease/splash_middle.jpg);
	position: absolute;
	bottom: 0px;
	left:0px;
	height: 160px;
	width: 100%;
	z-index: 1;
}
#bottom-right
{
	background-image: url(Images_tease/splash_right.jpg);
	position: absolute;
	bottom: 68px;
	right:0px;
	height: 42px;
	width: 284px;
	z-index: 2;
}










