/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		text-align: center;
		direction: rtl;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 775px; 
		min-height:100%;
		text-align: right;
      position:relative;
		
		
}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:775px;w\idth:775px;}

/* end hack */ 

#header {
		height: 162px;
		width:100%;
		position:relative;
		z-index:2;
		overflow:hidden;

}

* html #header {height:162px;he\ight:162px;}

#newsTicker {
		width:100%;
		height: 32px;
		position:relative;
		z-index:2;	
}
* html #newsTicker{height:32px;he\ight:32px}		
#menu {
		float: right;
		width: 130px;
		padding:0;
}
#content {
		width: 644px;

		padding:0;
		float: left;

		}
#content p, #menu p, #newsTicker p, #header p,#footer p  {margin:0;}		
#footer	{
	
		position:absolute;
		bottom:0;
		width:100%;
		height: 95px;

}
#footer p {margin:0;padding:0}
* html #footer {height:95px;he\ight:95px;}

.divider1 {
	width:100%;
	height:0px;
	overflow:hidden;
	position:relative;
}


#clearfooter {height:95px;width:95%;clear:both}
