* {
  margin:0;
  padding:0;
}

body {
  font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight:300;
  color:#777;
}

#header_wrap {
  background:#ed1c24;
  position:relative;
  z-index:10;
}

#header {
  background:#ed1c24;
  width:800px;
  height:210px;
  margin:0 auto;
  position:relative;
}

#header h1 {
  width:306px;
  height:110px;
  background:url(images/fr/header.png) no-repeat;
  position:relative;
  top:58px;
  left:370px;
}

#header h1 a {
  display:block;
  width:306px;
  height:110px;
}

#header h2, #header h1 a span {display:none;}

#iphone {
  width:438px;
  height:650px;
  background:url(images/iphone.png) no-repeat;
  position:absolute;
  top:1px;
  left:-20px;
}

#screenshots {
  list-style-type:none;
  position:absolute;
  bottom:0;
  left:84px;
}

#screenshots li {
  float:left;
  padding:0 4px;
}

#language {
  list-style-type:none;
  position:absolute;
  top:18px;
  right:0;
}

#language li {
  float:left;
  padding:0 0 0 8px;
}

#language li a {
  color:#ff9595;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
}

#language li.active a {color:#fff;}

#content {
  width:430px;
  margin:0 auto;
  padding:40px 0 0 0;
  position:relative;
  z-index:10;
  left:185px;
}

#content h2 {
  width:348px;
  height:104px;
  background:url(images/fr/headline1.gif) no-repeat;
  text-indent:-99999px;
}

#download_button {
  width:277px;
  height:61px;
  display:block;
  background:url(images/en/download_button.png) no-repeat;
  margin:30px 0 30px;
}

#download_button span {display:none;}

#free_label {
  display:block;
  width:90px;
  height:86px;
  background:url(images/en/free.png) no-repeat;
  position:absolute;
  right:0;
  top:-3px;
  text-indent:-99999px;
}

div.description {
  padding:15px 0 15px 80px;
  position:relative;
  width:350px;
}

div.description img {
  position:absolute;
  top:19px;
  left:0;
}

div.description p.text {
}

.description p {
  line-height:23px;
}

#jilion a {
  display:block;
  width:93px;
  height:40px;
  background:url(images/jilion.png) no-repeat;
  margin:25px 0 0;
}

#jilion a span {display:none;}

#footer {
  width:800px;
  margin:0 auto;
  text-align:center;
  padding:80px 0 80px;
  font-size:13px;
  letter-spacing:1px;
}

#footer strong a {
  font-weight:bold;
}

a {
  text-decoration:none;
  color:#000;
  outline:0;
}

img {
  border:none;
}

* html img,
* html .png {
  position:relative;
  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 = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}