	.splash_back{
		position:relative;
		display:block;
		width: 251px;
		height:191px;
		background-image:url(images/splash_back.jpg);
	}
	
	.english_big_button{
		display:block;
		position:absolute;
		left:29px;
		top:144px;
		width: 83px;
		height:25px;
	}
		
	.english_big_button a{
		display:block;
		position:absolute;
		width: 83px;
		height:25px;
		left:0px;
	}

	.hebrew_big_button{
		display:block;
		position:absolute;
		width: 83px;
		height:25px;		
		right:33px;
		top:144px;
	}
	
	.hebrew_big_button a{
		display:block;
		position:absolute;
		width: 83px;
		height:25px;
		left:0px;
	}
	
	.english_big_button a{
		background-image: url(images/lang_eng_big.gif);
	}

	.english_big_button a:hover{
		background-image: url(images/lang_eng_big_over.gif);
	}
	
	.hebrew_big_button a{
		background-image: url(images/lang_he_big.gif);
	}

	.hebrew_big_button a:hover{
		background-image: url(images/lang_he_big_over.gif);
	}
