* html .png {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='" + this.origBg + "')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
html,body{
	margin:auto;height:100%;font-family:Arial;background:#f7fde5 url('../img/openbackground.jpg');
	background-position:center;
}
#wrapper,#site{
	height:100%;margin:0 auto;text-align:center;
}
#content{
	margin:0 auto;height:100%;
}
#contentext{
	margin:0 auto;height:588px;text-align:center;width:797px;background:url('../img/openback.png') no-repeat;
}
#logo{
	padding-top:120px;
}
#links{
	/*padding-top:120px;*/padding-right:608px;color:#5f3c35;direction:rtl;font-size:14px;font-weight:bold;width:128px;position:absolute;float:right;/*top:515px;right:0;*/right:0;top:120px;
}
#links a{
	color:#5f3c35;text-decoration:none;
}
#copyright{
	padding-right:490px;color:#65472a;direction:rtl;font-size:10px;
}
#hebrew{
	font-size:16px;
}
#line{
	font-size:24px;font-weight:normal;
}