*{
	padding: 0;
	margin: 0;
}
body{
	direction:rtl;
	background: url(../images/bg.png);
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
div#daf{
	background: url(../images/daf-bg.png) repeat-y center;
}
div#wrapper{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
div#header{
	width: 500px;
	height: 150px;
	background: url(../images/koteret.png) no-repeat center center;
	margin-bottom: 220px;
}
div#header h1{display: none;}
div#header p.teaser1{display: none;}
div#header p.teaser2{
	color: green;
	padding: 110px 210px 0 0;
}
div#cta{
	position: absolute;
	z-index: 20;
	top: 150px;
	right: -20px;
	width: 501px;
	height: 220px;
	background: url(../images/cta.png) no-repeat top center;
}
div#cta h2{display: none;}
div#cta p.comment{
	font-size: 12px;
	text-align: center;
	padding: 190px 0 0 0;
}
div#categories{
	padding-top: 10px;
	width: 495px;
	text-align: center;
}
div#categories ul{
	padding: 10px 40px;
	line-height: 30px;
}
div#categories ul li{
	margin: 0 10px;
	list-style:  none;
	display: inline;
	background: url(../images/asterik.png) no-repeat right center;
	padding: 0 20px;
}
div#categories ul li span{
	white-space: nowrap;
}
div#examples{
	height: 250px;
	background: url(../images/yellow-ribbon.png) no-repeat top;
	color: #444;
}
div#examples h3{
	padding: 22px 180px 0 0;
}
div#examples ul{
	padding: 4px 190px 0 0;
	font-size: 14px;
	line-height: 20px;
}
div#footer{
	padding: 20px 100px;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
div#footer ol{
	padding: 0px 30px 0 0;
}
div#hesber{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 300px;
	height:  270px;
	background: url(../images/hesber.png) no-repeat;
}
div#hesber p{
	padding: 41px 45px 0;
	text-align: center;
}
div#iphone{
	position: absolute;
	z-index: 10;
	top: 195px;
	left: -15px;
	width: 401px;
	height: 659px;
	background: url(../images/iphone.png) no-repeat top center;
}
div#footerbg{
	height: 50px;
	background: url(../images/footer-bg.png) no-repeat center top;
	
}
div#content{
	padding: 50px;
	font-size: smaller;
}
