/* CSS Document */
body{
	background-color:#000000;
}

img{
	border: none;
	}

#container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 609px;
	height: 396px;
	}

h1{
	background: url(../img/splash_head.png) no-repeat top;
	position: absolute;
	width: 609px;
	height: 220px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	text-indent: -10000px;
	}
	
#flash_img{
	background:url(../img/splash_flash.png) no-repeat;
	position: absolute;
	top: 220px;
	left: 0px;
	width: 609px;
	height: 98px;
	z-index: 1;
	}
	
#flash_flash{
	position: absolute;
	top: 220px;
	left: 0px;
	width: 609px;
	height: 98px;
	z-index: 2;
}
	
#link_player_de a{
	background:url(../img/splash_player_de.png);
	position: absolute;
	top: 318px;
	left: 153px;
	width: 143px;
	height: 18px;
	}
	
#link_player_de a:hover{
	background:url(../img/splash_player_de_over.png);
	position: absolute;
	top: 318px;
	left: 153px;
	width: 143px;
	height: 18px;
	}
	
#link_player_en a{
	background:url(../img/splash_player_en.png);
	position: absolute;
	top: 318px;
	left: 312px;
	width: 142px;
	height: 18px;
	}
	
#link_player_en a:hover{
	background:url(../img/splash_player_en_over.png);
	position: absolute;
	top: 318px;
	left: 312px;
	width: 142px;
	height: 18px;
	}
	
#spacer_player{
	background:url(../img/splash_player_spacer.png);
	position: absolute;
	top: 318px;
	left: 296px;
	width: 16px;
	height: 18px;
	}
	
#link_simple_de a{
	background: url(../img/splash_simple_de.png);
	position: absolute;
	top: 371px;
	left: 174px;
	width: 121px;
	height: 18px;
	}
		
#link_simple_de a:hover{
	background: url(../img/splash_simple_de_over.png);
	position: absolute;
	top: 371px;
	left: 174px;
	width: 121px;
	height: 18px;
	}
	
#link_simple_en a{
	background: url(../img/splash_simple_en.png);
	position: absolute;
	top: 371px;
	left: 312px;
	width: 115px;
	height: 18px;
	}

#link_simple_en a:hover{
	background: url(../img/splash_simple_en_over.png);
	position: absolute;
	top: 371px;
	left: 312px;
	width: 115px;
	height: 18px;
	}

