body{
    margin: 0;
    padding: 0;
  background-color: #A8E7FF;
   overflow: hidden;
   direction: rtl;
}

#ground {
    background-color: #666699;
    background-image: url("../img/ground-bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    height: 500px;
    position: relative;
    width: 100%;
}
#road-holder{
    width: 1024px;
    margin: 0 auto;
     position: relative;
}


#road {
    background-image: url("../img/asphalt.png");
    background-repeat: no-repeat;
    height: 452px;
    position: absolute;
    right: 200px;
    width: 1422px;
    top: -3px;
}


.wrapper{
    position: relative;
    top: 85px;
}
#compressy {
    background-image: url("../img/compressy.png");
   
    height: 220px;
    position: absolute;
    right: 110px;
    top: -20px;
    width: 233px;
    z-index: 300;
}

#sign {
    background-image: url("../img/sign.png");
    background-repeat: no-repeat;
    height: 141px;
    left: 520px;
    position: absolute;
    top: -30px;
    width: 140px;
    z-index: 400;
}

#worker-shadow {
    background-image: url("../img/worker-shadow.png");
    background-repeat: no-repeat;
    bottom: 130px;
    height: 108px;
    right: 340px;
    position: absolute;
    width: 207px;
    z-index: 350;
}
#worker {
    background-image: url("../img/worker.png");
    background-repeat: no-repeat;
    bottom: 180px;
    height: 270px;
    right: 380px;
    position: absolute;
    width: 241px;
    z-index: 400;
}
#sign-text {
    color: #333333;
    font-family: tahoma;
    font-size: 19px;
    padding-top: 18px;
    text-align: center;
}
#sky{
 background-color: #A8E7FF;  
padding-top: 59px;
height: 220px;
}
#buildings-front{
    background-image: url(../img/bb-front.png);
    width: 200%;
    height: 220px;
    left: -50px;
    position: absolute;
     z-index: 200;
    background-repeat: repeat-x;
}

#buildings-back{
    background-image: url(../img/bb-back.png);
    width: 200%;
    height: 170px;
    left: 100px;
    position: absolute;
     z-index: 100;
    background-repeat: repeat-x;
}

#rastclick {
	height: 60px;
	margin: 152px auto 0;
	position: relative;
	width: 468px;
	z-index: 300;
}

#right-side {
  float: right;
  width: 350px;
  text-align: right;
  font-family: Tahoma;
  font-size: 13px;
  color: #fff;
  margin: 50px 32px 0 0 ;
}

#parkina {
	background: url("/img/logo_m.png") no-repeat;
	display: block;
	margin: 0 auto;
	height: 28px;
	overflow: hidden;
	text-indent: 9999px;
	width: 61px;
	z-index: 500;
	position: fixed;
	left: 10px;
	bottom: 7px;
}

.contact-link {
  color: #fec501;
  text-decoration: none;
}