@charset "utf-8";
/* CSS Document */

body {

}

.container
{
	background-image: url(../images/entrance.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
}

.english-text{
	position: absolute;
	left: 250px;
	top: 480px;
	color: white;
	text-align: left;
	font-size: 11px;
}

.hebrew-text{
	position: absolute;
	right: 240px;
	text-align: right;
	direction: rtl;
	top: 480px;
	color: white;
	font-size: 11px;
}

.link_home_en {
	position: relative;
	left: 248px;
	top: 645px;
	width: 83px;
	height: 35px;
	text-decoration:none;
}
.link_home_he {
	position: relative;
	width: 83px;
	height: 35px;
	left: 607px;
	top: 645px;
	text-decoration:none;
}
